Monobjc.NSObject_Retrieve.RetrieveRetainCount C# (CSharp) Method

RetrieveRetainCount() private method

private RetrieveRetainCount ( this target ) : uint
target this
return uint
		public static uint RetrieveRetainCount (this TSObject target)
		{
			return ObjectiveCRuntime.SendMessage<TSUInteger> (target, "retainCount");
		}
	}
NSObject_Retrieve