BetaSpeckle.SuperProperty.SuperProperty C# (CSharp) Method

SuperProperty() public method

public SuperProperty ( string _name ) : System.Collections.Generic
_name string
return System.Collections.Generic
        public SuperProperty(string _name)
        {

            name = _name;

        }