Samples.Sample.Sample C# (CSharp) Method

Sample() public method

public Sample ( Type type ) : System
type System.Type
return System
        public Sample(Type type)
        {
            Type = type;
        }
Sample