Chili.Opf3 Send comments on this topic.
DynamicPropertiesCollection Class Methods
See Also 
Chili.Opf3.DynamicProperties Namespace : DynamicPropertiesCollection Class


For a list of all members of this type, see DynamicPropertiesCollection members.

Public Methods

 NameDescription
Public MethodAdd Adds an item to the container.  
Public MethodAddOrSet Sets the value of element with the specified Identifier. If the elements dosent't exist create it  
Public MethodClear Removes all items from the container.  
Public MethodClone Creates a new object that is a copy of the current instance.  
Public MethodContains Determines whether the container contains a specific value.  
Public MethodCopyTo Copies the elements of the container to an array, starting at a particular index.  
Public MethodGetEnumerator Returns an enumerator that iterates through the container.  
Public MethodIndexOf Returns the zero-based index of the first occurrence of a value in the container or in a portion of it.  
Public MethodInsert Inserts an element into the container at the specified index.  
Public MethodRemove Removes the first occurrence of a specific object from the container.  
Public MethodRemoveAt Removes the item at the specified index.  
Top

See Also