Goblin - A Platform for 3D AR and VR Applications

AssemblyReferenceCollection.Remove Method 

Removes the first occurrence of a specific AssemblyReference from the AssemblyReferenceCollection.

public virtual void Remove(
   AssemblyReference item
);

Parameters

item
The AssemblyReference to remove from the AssemblyReferenceCollection.

Exceptions

Exception Type Condition
ArgumentException The specified AssemblyReference was not found in the AssemblyReferenceCollection.

See Also

AssemblyReferenceCollection Class | DDW.CSharp.Dom Namespace