System.Xml.Serialization.TempAssembly.TempMethodDictionary.this C# (CSharp) 메소드

this() 개인적인 메소드

private this ( string key ) : TempMethod
key string
리턴 TempMethod
            internal TempMethod this[string key] {
                get {
                    return (TempMethod) Dictionary[key];
                }
            }
            internal void Add(string key, TempMethod value) {
TempAssembly.TempMethodDictionary