Table of Contents

Property this

Namespace
YndigoBlue.Velocity.Model
Assembly
YndigoBlue.Velocity.dll

this[int]

public object this[int fieldIndex] { get; set; }

Parameters

fieldIndex int

Property Value

object

this[string]

public object this[string fieldName] { get; set; }

Parameters

fieldName string

Property Value

object