Table of Contents

Struct MatchMakingKeyValuePairList

Namespace
MarymoorStudios.Core.Steamworks
Assembly
MarymoorStudios.Core.Steamworks.dll
[NativeMarshalling(typeof(MatchMakingKeyValuePairListMarshaller))]
public readonly struct MatchMakingKeyValuePairList
Inherited Members

Constructors

MatchMakingKeyValuePairList(IEnumerable<MatchMakingKeyValuePair>)

public MatchMakingKeyValuePairList(IEnumerable<MatchMakingKeyValuePair> filters)

Parameters

filters IEnumerable<MatchMakingKeyValuePair>

Fields

Filters

public readonly MatchMakingKeyValuePair[] Filters

Field Value

MatchMakingKeyValuePair[]

Properties

Length

public int Length { get; }

Property Value

int