System.Configuration.PropertyInformationCollection.this C# (CSharp) Метод

this() приватный Метод

private this ( int index ) : PropertyInformation
index int
Результат PropertyInformation
        internal PropertyInformation this[int index] {
            get {
                return (PropertyInformation)BaseGet(BaseGetKey(index));
            }
        }

Same methods

PropertyInformationCollection::this ( string propertyName ) : PropertyInformation