Methods.GetCount Method

Definition

When implemented in a derived class, gets the number of overloaded method signatures represented in this collection.

public:
 abstract int GetCount();
public:
 abstract int GetCount();
 abstract int GetCount();
public abstract int GetCount ();
abstract member GetCount : unit -> int
Public MustOverride Function GetCount () As Integer

Returns

The number of signatures in the collection.

Remarks

Return the count of the container that stores the method information.

Applies to