SLua.LuaClassObject.GetClsType C# (CSharp) Method

GetClsType() public method

public GetClsType ( ) : Type
return System.Type
        public Type GetClsType()
        {
            return cls;
        }