GenericClassBuilder.

CreateField(IReflectClass, string, IReflectClass, bool, bool, bool, bool) Method

Syntax

public virtual IReflectField CreateField(IReflectClass parentType, string fieldName, IReflectClass fieldType, bool isVirtual, bool isPrimitive, bool isArray, bool isNArray)

Parameters

Name Type Description
parentType IReflectClass
fieldName string
fieldType IReflectClass
isVirtual bool
isPrimitive bool
isArray bool
isNArray bool

Return Value

Type Description
IReflectField