Class MatchCollection
Represent the sets of successful metadata matches found by a query.
Inherited Members
Namespace: Unity.Cloud.Metadata
Syntax
public class MatchCollection
Fields
Matches
An IEnumerable of the matches
Declaration
public IEnumerable<Match> Matches
Field Value
| Type | Description |
|---|---|
| IEnumerable<Match> |