MonobjcMonobjc Documented Class Library
RemoveAll<(Of <(<'T>)>)> Method (match)
NamespacesMonobjc.FoundationNSMutableArrayRemoveAll<(Of <<'(T>)>>)(Predicate<(Of <<'(T>)>>))

[Missing <summary> documentation for "M:Monobjc.Foundation.NSMutableArray.RemoveAll``1(System.Predicate{``0})"]

Declaration Syntax
C#Visual BasicVisual C++
public int RemoveAll<T>(
	Predicate<T> match
)
where T : class, IManagedWrapper
Public Function RemoveAll(Of T As {Class, IManagedWrapper}) ( _
	match As Predicate(Of T) _
) As Integer
public:
generic<typename T>
where T : ref class, IManagedWrapper
int RemoveAll(
	Predicate<T>^ match
)
Generic Template Parameters
T

[Missing <typeparam name="T"/> documentation for "M:Monobjc.Foundation.NSMutableArray.RemoveAll``1(System.Predicate{``0})"]

Parameters
match (Predicate<(Of <(<'T>)>)>)

[Missing <param name="match"/> documentation for "M:Monobjc.Foundation.NSMutableArray.RemoveAll``1(System.Predicate{``0})"]

Return Value

[Missing <returns> documentation for "M:Monobjc.Foundation.NSMutableArray.RemoveAll``1(System.Predicate{``0})"]

Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)