System.CodeDom.Compiler.CodeGeneratorOptions.this C# (CSharp) Méthode

this() public méthode

public this ( string index ) : object
index string
Résultat object
        public object this[string index] {
            get {
                return options[index];
            }
            set {
                options[index] = value;
            }
        }
CodeGeneratorOptions