iTextSharp.text.xml.xmp.XmpSchema.this C# (CSharp) Méthode

this() public méthode

public this ( string key ) : string
key string
Résultat string
        public override string this[string key]
        {
            set {
                base[key] = XMLUtil.EscapeXML(value, false);
            }
        }