Alloy.Models.Properties.PropertyStringList.SaveData C# (CSharp) 메소드

SaveData() 공개 메소드

public SaveData ( PropertyDataCollection properties ) : object
properties PropertyDataCollection
리턴 object
        public override object SaveData(PropertyDataCollection properties)
        {
            return LongString;
        }