iTextSharp.text.xml.xmp.XmpSchema.this C# (CSharp) 메소드

this() 공개 메소드

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