Monobjc.NSObject_Exceptions.ThrowNotImplementedException C# (CSharp) Метод

ThrowNotImplementedException() приватный Метод

private ThrowNotImplementedException ( this target, int value ) : void
target this
value int
Результат void
		public static void ThrowNotImplementedException (this TSObject target, int value)
		{
			//throw new NotImplementedException("value=" + value);
		}
	}
NSObject_Exceptions