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

BaseGet() protected method

protected BaseGet ( String name ) : Object
name String
return Object
        protected Object BaseGet(String name)
        {
            NameObjectEntry e = FindEntry(name);
            return (e != null) ? e.Value : null;
        }

Same methods

NameObjectCollectionBase::BaseGet ( int index ) : Object
NameObjectCollectionBase::BaseGet ( int index ) : object
NameObjectCollectionBase::BaseGet ( string name ) : object