LuaInterface.LuaProperty.LuaProperty C# (CSharp) Method

LuaProperty() private method

private LuaProperty ( PropertyInfo prop, Type t ) : System
prop System.Reflection.PropertyInfo
t System.Type
return System
        public LuaProperty(PropertyInfo prop, Type t)
        {
            property = prop;
            kclass = t;
        }