ParticleList | Overloaded. Initializes a new instance of the ParticleList class. |
Clear | Removes all the particles from the list. |
Contains | Determines whether the object that implements the IDynamicParticle interface and is specified by 'node' is in the list or not. This method is the wrapper of the 'Contains' method of the IList interface. Its benefit is to use objects that implements the interface 'IDynamicParticle' instead of objects of type 'Object'. |
CopyTo | Copies the nodes of the collection (this list) to the array specified by 'array', starting at the index specified by 'index'. |
GetEnumerator | Returns an enumerator that can iterate through the list. |
IndexOf | Determines the index of the object that implements the IDynamicParticle and is specified by 'node'. This method is the wrapper of the 'IndexOf' method of the IList interface. Its benefit is to use object that implements the 'IDynamicParticle' instead of objects of type 'Object'. |
RemoveAt | Removes the object implementing the IDynamicParticle interface at the index specified by 'index'. |
ParticleList Class | XRules Namespace