Class TypedCriterionCollection
A collection of TypedCriterion
Inherited Members
Namespace: Unity.Tutorials.Editor
Assembly: Unity.Tutorials.Editor.dll
Syntax
[Serializable]
public class TypedCriterionCollection : CollectionWrapper<TypedCriterion>, IEnumerable<TypedCriterion>, IEnumerable
Constructors
TypedCriterionCollection()
Public constructor.
Declaration
public TypedCriterionCollection()
TypedCriterionCollection(IList<TypedCriterion>)
Public constructor starting from a list of items.
Declaration
public TypedCriterionCollection(IList<TypedCriterion> items)
Parameters
| Type | Name | Description |
|---|---|---|
| IList<TypedCriterion> | items | The items to add to the list. |