Class GenericDefinitionMethodInfoSlim
Lightweight representation of an open generic method definition.
Inheritance
System.Object
GenericDefinitionMethodInfoSlim
Implements
System.IEquatable<MemberInfoSlim>
Inherited Members
Namespace: System.Reflection
Assembly: Nuqleon.Linq.Expressions.Bonsai.dll
Syntax
public sealed class GenericDefinitionMethodInfoSlim : SimpleMethodInfoSlimBase, IEquatable<MemberInfoSlim>
Properties
GenericParameterTypes
Gets the generic parameter types.
Declaration
public ReadOnlyCollection<TypeSlim> GenericParameterTypes { get; }
Property Value
Type | Description |
---|---|
System.Collections.ObjectModel.ReadOnlyCollection<TypeSlim> |
IsGenericMethod
Checks if the method is generic.
Declaration
public override sealed bool IsGenericMethod { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Overrides
Kind
Gets the kind of the method.
Declaration
public override sealed MethodInfoSlimKind Kind { get; }
Property Value
Type | Description |
---|---|
MethodInfoSlimKind |
Overrides
Implements
System.IEquatable<>