UnityEngine.CppIncludeAttribute.CppIncludeAttribute C# (CSharp) Method

CppIncludeAttribute() public method

public CppIncludeAttribute ( string header ) : System
header string
return System
        public CppIncludeAttribute(string header)
        {
        }
    }
CppIncludeAttribute