Copies the entire DefinitionCollection
to a one-dimensional IDefinition array.
Copies the entire DefinitionCollection
to a one-dimensional IDefinition array.
public virtual void CopyTo(IDefinition[]);
Copies the entire DefinitionCollection
to a one-dimensional IDefinition array, starting at the specified index of the target array.
public virtual void CopyTo(IDefinition[],int);
DefinitionCollection Class | DDW.CSharp.SymbolTable Namespace