iTextSharp.text.xml.xmp.XmpSchema.this C# (CSharp) Method

this() public method

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