Class FieldInfoSlim
Lightweight representation of a field.
Implements
System.IEquatable<MemberInfoSlim>
  Inherited Members
Namespace: System.Reflection
Assembly: Nuqleon.Linq.Expressions.Bonsai.dll
Syntax
public sealed class FieldInfoSlim : MemberInfoSlim, IEquatable<MemberInfoSlim>
  Properties
FieldType
Gets the type of the field.
Declaration
public TypeSlim FieldType { get; }
  Property Value
| Type | Description | 
|---|---|
| TypeSlim | 
MemberType
Gets the member type of the member.
Declaration
public override sealed MemberTypes MemberType { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Reflection.MemberTypes | 
Overrides
Name
Gets the name of the field.
Declaration
public string Name { get; }
  Property Value
| Type | Description | 
|---|---|
| System.String | 
Implements
      System.IEquatable<>