System.Collections.HashMap.KeysCollection.KeysCollection C# (CSharp) Method

KeysCollection() private method

private KeysCollection ( HashMap m, ICollection keys ) : System
m HashMap
keys ICollection
return System
            internal KeysCollection(HashMap m, ICollection keys) {
                this.m = m;
                this.keys = keys;
            }
            public virtual void CopyTo(Array array, int arrayIndex) {