Class TypePropertyIterator
Inheritance
System.Object
TypePropertyIterator
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Unity.Entities.Properties
Syntax
public class TypePropertyIterator
Constructors
TypePropertyIterator(Type)
Declaration
public TypePropertyIterator(Type t)
Parameters
Type | Name | Description |
---|---|---|
System.Type | t |
Methods
Get(TypePropertyIterator.Specifier)
Declaration
public IEnumerable<ITypedMemberDescriptor> Get(TypePropertyIterator.Specifier d)
Parameters
Type | Name | Description |
---|---|---|
TypePropertyIterator.Specifier | d |
Returns
Type | Description |
---|---|
IEnumerable<ITypedMemberDescriptor> |