IKVM11  11
Java SE 11 Virtual Machine for .NET
Loading...
Searching...
No Matches
IMethodSymbol.cs
Go to the documentation of this file.
2{
3
45
46}
Provides custom attributes for reflection objects that support them.
Provides information about methods and constructors.
Discovers the attributes of a method and provides access to method metadata.
IParameterSymbol ReturnParameter
Gets a IParameterSymbol object that contains information about the return type of the method,...
ICustomAttributeSymbolProvider ReturnTypeCustomAttributes
Gets the custom attributes for the return type.
ITypeSymbol ReturnType
Gets the return type of this method.
IMethodSymbol GetBaseDefinition()
When overridden in a derived class, returns the object for the method on the direct or indirect base ...
IMethodSymbol GetGenericMethodDefinition()
Returns a object that represents a generic method definition from which the current method can be con...
IMethodSymbol MakeGenericMethod(params ITypeSymbol[] typeArguments)
Substitutes the elements of an array of types for the type parameters of the current generic method d...
Discovers the attributes of a parameter and provides access to parameter metadata.
Represents type declarations: class types, interface types, array types, value types,...