The methods of the SampleCollection class are listed below. For a complete list of SampleCollection class members, see the SampleCollection Members topic.
Add | Add is not supported. Only use CreateSamples to modify this collection. |
Clear | Clear is not implemented. Only use CreateSamples to modify this collection. |
Contains | Implement Contains |
CopyTo | Implement CopyTo |
CreateSamples | Create samples. This takes the parameters for one source sample as input. It then breaks the sample up according to the settings in ChopSections and/or JoinSamples. This can result in zero or more samples being created. The returned value will have all the created samples in it. Samples are created and added to the SampleCollection. |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetEnumerator | Implement GetEnumerator, allows foreach to work. |
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 | Implement IndexOf |
Insert | Insert is not implemented. Only use CreateSamples to modify this collection. |
Remove | Remove is not implemented. Only use CreateSamples to modify this collection. |
RemoveAt | RemoveAt is not implemented. Only use CreateSamples to modify this collection. |
ToString (inherited from Object) | Returns a String that represents the current Object. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
SampleCollection Class | ChoonML Namespace