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

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

1 Examples 7

19 Source : CompositorManager.cs
with GNU Lesser General Public License v2.1
from axiom3d

public void RemoveCompositorChain(Viewport vp)
        {
            this.chains.Remove(vp);
        }