Implemented interface member:
method
Remove
System.Collections.IDictionary.Remove(System.Object)
1 override of Remove
mscorlib (1)
system\collections\sortedlist.cs (1)
704public override void Remove(Object key) {
5 references to Remove
mscorlib (1)
system\collections\sortedlist.cs (1)
706_list.Remove(key);
System.Web (1)
UI\WebParts\WebPartManager.cs (1)
3956partsForZone.Remove(webPart);
System.Xml (2)
System\Xml\Schema\XmlSchemaSet.cs (2)
399this.schemas.Remove(schema.SchemaId); //Might remove schema that was already there and was not added thru this operation 1018schemas.Remove(schema.SchemaId);
WindowsBase (1)
Base\System\IO\Packaging\CompoundFile\DataSpaceManager.cs (1)
568_dataSpaceMap.Remove(target);