Show / Hide Table of Contents

Class GenericDefinitionMethodInfoSlim

Lightweight representation of an open generic method definition.

Inheritance
System.Object
MemberInfoSlim
MethodInfoSlim
SimpleMethodInfoSlimBase
GenericDefinitionMethodInfoSlim
Implements
System.IEquatable<MemberInfoSlim>
Inherited Members
SimpleMethodInfoSlimBase.Name
SimpleMethodInfoSlimBase.ParameterTypes
SimpleMethodInfoSlimBase.ReturnType
MethodInfoSlim.MemberType
MemberInfoSlim.Equals(MemberInfoSlim)
MemberInfoSlim.ToString()
MemberInfoSlim.GetHashCode()
MemberInfoSlim.Equals(Object)
MemberInfoSlim.DeclaringType
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
MethodInfoSlim.IsGenericMethod

Kind

Gets the kind of the method.

Declaration
public override sealed MethodInfoSlimKind Kind { get; }
Property Value
Type Description
MethodInfoSlimKind
Overrides
MethodInfoSlim.Kind

Implements

System.IEquatable<>
In This Article
Back to top Generated by DocFX