Castle.DynamicProxy.GeneratorContext.this C# (CSharp) Méthode

this() public méthode

public this ( String key ) : object
key String
Résultat object
        public object this[String key]
        {
            get { return Dictionary[key]; }
            set { Dictionary[key] = value; }
        }
    }