System.Configuration.ConfigurationLocationCollection.this C# (CSharp) 메소드

this() 공개 메소드

public this ( int index ) : System.Configuration.ConfigurationLocation
index int
리턴 System.Configuration.ConfigurationLocation
        public ConfigurationLocation this[int index] {
            get {
                return (ConfigurationLocation) InnerList[index];
            }
        }
    }
ConfigurationLocationCollection