System.Collections.Generic.Dictionary.Remove(UUID)

Here are the examples of the csharp api System.Collections.Generic.Dictionary.Remove(UUID) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

1 Examples 7

19 Source : UUID.cs
with MIT License
from Bunny83

static void UnregisterUUID(UUID aID)
    {
        m_UUIDtoObj.Remove(aID.m_UUID);
        m_ObjToUUID.Remove(aID);
    }