Show / Hide Table of Contents

Class FieldInfoSlim

Lightweight representation of a field.

Inheritance
System.Object
MemberInfoSlim
FieldInfoSlim
Implements
System.IEquatable<MemberInfoSlim>
Inherited Members
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 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
MemberInfoSlim.MemberType

Name

Gets the name of the field.

Declaration
public string Name { get; }
Property Value
Type Description
System.String

Implements

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