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 | |
---|---|---|
Methods | When implemented in a derived class, initializes a new instance of the Methods class. |
Top
Methods
Name | Description | |
---|---|---|
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
GetCount | When implemented in a derived class, gets the number of overloaded method signatures represented in this collection. | |
GetDescription | When implemented in a derived class, gets the description of the specified method signature. | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetName | When implemented in a derived class, gets the name of the specified method signature. | |
GetParameterCount | When implemented in a derived class, gets the number of parameters on the specified method signature. | |
GetParameterInfo | When implemented in a derived class, gets information about the specified parameter on the specified method signature. | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetType(Int32) | When implemented in a derived class, gets the return type of the specified method signature. | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
ToString | Returns a String that represents the current Object. (Inherited from Object.) |
Top
Properties
Name | Description | |
---|---|---|
CloseBracket | Gets the character to use at the end of a method parameter list. | |
DefaultMethod | Gets the index of the initial method signature to show. | |
Delimiter | Gets the character that separates parameters in a method's parameter list. | |
OpenBracket | Gets the character to use at the start of a method's parameter list. | |
TypePostfix | Gets the string to place after the return type of a method. | |
TypePrefix | Gets the string to place before the return type of a method. | |
TypePrefixed | Gets whether a method's return type comes before or after the method signature. |
Top