Mono.VisualC.Interop.CppType.CppType C# (CSharp) Method

CppType() public method

public CppType ( string type ) : System
type string
return System
		public CppType (string type) : this (Regex.Split (type, "\\s+(?![^\\>]*\\>|[^\\[\\]]*\\])"))
		{
		}

Same methods

CppType::CppType ( ) : System