BloombergFLP.CollectdWin.AttributeValue.getJSON C# (CSharp) 메소드

getJSON() 공개 메소드

public getJSON ( ) : string
리턴 string
        public override string getJSON()
        {
            return string.Format(JSON_FORMAT, Name, Value);
        }