Class SimpleMethodInfoSlim
Lightweight representation of a simple method, i.e. not generic.
Inheritance
System.Object
SimpleMethodInfoSlim
Implements
System.IEquatable<MemberInfoSlim>
Inherited Members
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
Kind
Gets the kind of the method.
Declaration
public override MethodInfoSlimKind Kind { get; }
Property Value
Type | Description |
---|---|
MethodInfoSlimKind |
Overrides
Implements
System.IEquatable<>