Table of Contents

Method GetField

Namespace
GrindFest.Content
Assembly
GrindFest.dll

GetField(Type, string)

Cached field lookup (instance, public + non-public). A miss is cached as null too.

public static FieldInfo GetField(Type type, string name)

Parameters

type Type
name string

Returns

FieldInfo