gov.va.medora.StringTestObject.set C# (CSharp) 메소드

set() 공개 메소드

public set ( string key, string value ) : void
key string
value string
리턴 void
        public void set(string key, string value)
        {
            properties[key] = value;
        }
StringTestObject