Class PropertyCollection
PropertyCollection class
The collection of properties
public class PropertyCollection : IEnumerable<Property>
Properties
Name | Description |
---|
Count { get; } | Gets the count of declared properties. |
Item { get; } | |
Item { get; set; } | |
Methods
Name | Description |
---|
FindProperty(string) | Finds the property. It can be a dynamic property (Created by CreateDynamicProperty/SetProperty) or native property(Identified by its name) |
GetEnumerator() | Returns an enumerator that iterates through the collection. |
RemoveProperty(Property) | Removes a dynamic property. |
RemoveProperty(string) | Removes a dynamic property. |
See Also