Implemented interface member:
method
Remove
System.Collections.IDictionary.Remove(System.Object)
1 override of Remove
mscorlib (1)
system\collections\sortedlist.cs (1)
704
public 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)
3956
partsForZone.
Remove
(webPart);
System.Xml (2)
System\Xml\Schema\XmlSchemaSet.cs (2)
399
this.schemas.
Remove
(schema.SchemaId); //Might remove schema that was already there and was not added thru this operation
1018
schemas.
Remove
(schema.SchemaId);
WindowsBase (1)
Base\System\IO\Packaging\CompoundFile\DataSpaceManager.cs (1)
568
_dataSpaceMap.
Remove
(target);