Alloy.Models.Properties.PropertyStringList.SaveData C# (CSharp) Method

SaveData() public method

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