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'. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetEnumerator | Returns an enumerator that can iterate through the list. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetType (inherited from Object) | Gets the Type of the current instance. |
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'. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
ParticleList Class | XRules Namespace