 | GameObjectItemsSetterItemContexts Property |
Returns an enumerator for the contexts of all items.
Namespace:
Slash.Unity.DataBind.Foundation.Setters
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxprotected IEnumerable<Object> ItemContexts { get; }
Protected ReadOnly Property ItemContexts As IEnumerable(Of Object)
Get
protected:
property IEnumerable<Object^>^ ItemContexts {
IEnumerable<Object^>^ get ();
}
member ItemContexts : IEnumerable<Object> with get
Property Value
Type:
IEnumerableObject
See Also