UnityEngine.CppPropertyBodyAttribute.CppPropertyBodyAttribute C# (CSharp) Method

CppPropertyBodyAttribute() public method

public CppPropertyBodyAttribute ( string getterBody, string setterBody ) : System
getterBody string
setterBody string
return System
        public CppPropertyBodyAttribute(string getterBody, string setterBody)
        {
        }
    }

Same methods

CppPropertyBodyAttribute::CppPropertyBodyAttribute ( string getterBody ) : System
CppPropertyBodyAttribute