Methods.GetCount Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.