Methods Members
Include Protected Members
Include Inherited Members
Represents a collection of method signatures obtained from a parsing operation in a language service.
The Methods type exposes the following members.
Constructors
Name
Description
When implemented in a derived class, initializes a new instance of the Methods class.
Top
Methods
Name
Description
Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
When implemented in a derived class, gets the number of overloaded method signatures represented in this collection.
When implemented in a derived class, gets the description of the specified method signature.
Serves as a hash function for a particular type. (Inherited from Object.)
When implemented in a derived class, gets the name of the specified method signature.
When implemented in a derived class, gets the number of parameters on the specified method signature.
When implemented in a derived class, gets information about the specified parameter on the specified method signature.
Overloaded.
Creates a shallow copy of the current Object. (Inherited from Object.)
Returns a string that represents the current object. (Inherited from Object.)
Top
Properties
Name
Description
Gets the character to use at the end of a method parameter list.
Gets the index of the initial method signature to show.
Gets the character that separates parameters in a method's parameter list.
Gets the character to use at the start of a method's parameter list.
Gets the string to place after the return type of a method.
Gets the string to place before the return type of a method.
Gets whether a method's return type comes before or after the method signature.
Top