Ancestry.QueryProcessor.Type.ScalarType.ScalarType C# (CSharp) Method

ScalarType() public method

public ScalarType ( System native ) : System
native System
return System
        public ScalarType(System.Type native)
        {
            Native = native;
        }