LayoutFarm.MapAttribute.MapAttribute C# (CSharp) Method

MapAttribute() public method

public MapAttribute ( string name ) : System
name string
return System
        public MapAttribute(string name)
        {
            this.Name = name;
        }
MapAttribute