Mono.Types.Types C# (CSharp) Method

Types() public method

public Types ( IntPtr raw ) : Mono
raw System.IntPtr
return Mono
		public Types(IntPtr raw)
		{
			native = raw;
			CreateNativeTypes ();
		}