Ext.Net.BuilderFactory.GetType C# (CSharp) Method

GetType() private method

private GetType ( ) : Type
return System.Type
        new public Type GetType()
        {
            return base.GetType();
        }
    }