Microsoft.ManagementConsole.BaseCollection.BaseCollection C# (CSharp) Method

BaseCollection() private method

private BaseCollection ( Type type ) : Microsoft.ManagementConsole.Internal
type System.Type
return Microsoft.ManagementConsole.Internal
        internal BaseCollection(Type type)
        {
            this._type = type;
        }

Same methods

BaseCollection::BaseCollection ( Type type, bool allowDuplicates ) : Microsoft.ManagementConsole.Internal