PropertyCollection.GetOrCreateSingletonProperty Method
Include Protected Members
Include Inherited Members
Gets or creates a property from the property collection.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
Overload List
Name | Description | |
---|---|---|
GetOrCreateSingletonProperty<T>(Func<TResult>) | Gets or creates a property of type T from the property collection. | |
GetOrCreateSingletonProperty<T>(Object, Func<TResult>) | Gets or creates a property of type T from the property collection. |
Top