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

BaseGetKey() protected method

protected BaseGetKey ( int index ) : string
index int
return string
        protected string BaseGetKey(int index) { throw null; }
        protected bool BaseHasKeys() { throw null; }

Same methods

NameObjectCollectionBase::BaseGetKey ( int index ) : String

Usage Example

Esempio n. 1
0
 public virtual string Get(int index)
 {
     return(m_collection.BaseGetKey(index));
 }
All Usage Examples Of System.Collections.Specialized.NameObjectCollectionBase::BaseGetKey