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

SetType() public method

public SetType ( BaseType of ) : System
of BaseType
return System
        public SetType(BaseType of)
        {
            Of = of;
        }