Monobjc.NSObject_Exceptions.ThrowNotImplementedException C# (CSharp) Method

ThrowNotImplementedException() private method

private ThrowNotImplementedException ( this target, int value ) : void
target this
value int
return void
		public static void ThrowNotImplementedException (this TSObject target, int value)
		{
			//throw new NotImplementedException("value=" + value);
		}
	}
NSObject_Exceptions