UnityEngine.CppPropertyBodyAttribute.CppPropertyBodyAttribute C# (CSharp) Метод

CppPropertyBodyAttribute() публичный Метод

public CppPropertyBodyAttribute ( string getterBody ) : System
getterBody string
Результат System
        public CppPropertyBodyAttribute(string getterBody)
        {
        }

Same methods

CppPropertyBodyAttribute::CppPropertyBodyAttribute ( string getterBody, string setterBody ) : System
CppPropertyBodyAttribute