Show / Hide Table of Contents

Class SimpleMethodInfoSlim

Lightweight representation of a simple method, i.e. not generic.

Inheritance
System.Object
MemberInfoSlim
MethodInfoSlim
SimpleMethodInfoSlimBase
SimpleMethodInfoSlim
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 class SimpleMethodInfoSlim : SimpleMethodInfoSlimBase, IEquatable<MemberInfoSlim>

Properties

IsGenericMethod

Checks if the method is generic.

Declaration
public override bool IsGenericMethod { get; }
Property Value
Type Description
System.Boolean
Overrides
MethodInfoSlim.IsGenericMethod

Kind

Gets the kind of the method.

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

Implements

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