Monobjc.NSArray_Retrieve.RetrieveCount C# (CSharp) Method

RetrieveCount() private method

private RetrieveCount ( this target ) : uint
target this
return uint
		public static uint RetrieveCount (this TSArray target)
		{
			return ObjectiveCRuntime.SendMessage<TSUInteger> (target, "count");
		}
	}
NSArray_Retrieve