System.Collections.CollectionBase.System C# (CSharp) Method

System() private method

private System ( object value ) : int
value object
return int
        int System.Collections.IList.Add(object value) { throw null; }
        bool System.Collections.IList.Contains(object value) { throw null; }

Same methods

CollectionBase::System ( object value ) : bool
CollectionBase::System ( System array, int index ) : void
CollectionBase::System ( int index, object value ) : void
CollectionBase::System ( object value ) : void