System.Collections.Specialized.NameObjectCollectionBase.BaseSet C# (CSharp) Method

BaseSet() protected method

protected BaseSet ( string name, object value ) : void
name string
value object
return void
        protected void BaseSet(string name, object value) { }
        public virtual System.Collections.IEnumerator GetEnumerator() { throw null; }

Same methods

NameObjectCollectionBase::BaseSet ( String name, Object value ) : void
NameObjectCollectionBase::BaseSet ( int index, Object value ) : void
NameObjectCollectionBase::BaseSet ( int index, object value ) : void