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

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

1 Examples 7

19 Source : UIElementEntityTypeCollection.cs
with MIT License
from iccb1013

public override void Remove(Type value)
        {
            _attributes.Remove(GetProvideAttribute(value));
            base.Remove(value);
        }