C# Класс Encog.Persist.Persistors.Generic.FieldMapping

A simple mapping that holds the reference, field and target of an object. This is used internally by the object mapper to help resolve references.
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
field System.Reflection.FieldInfo
reff int

Открытые методы

Метод Описание
FieldMapping ( int reff, FieldInfo field, Object target ) : System

Construct a field mapping.

Описание методов

FieldMapping() публичный Метод

Construct a field mapping.
public FieldMapping ( int reff, FieldInfo field, Object target ) : System
reff int The field reference.
field System.Reflection.FieldInfo The field.
target Object The target that holds the field.
Результат System

Описание свойств

field публичное свойство

The field object.
public FieldInfo,System.Reflection field
Результат System.Reflection.FieldInfo

reff публичное свойство

The field's reference.
public int reff
Результат int