シリアライズ可能な各フィールドを見つける
More...
|
delegate void | OnFind (T value) |
| 見つかった時のコールバック More...
|
|
delegate void | OnFindEx (T value, System.Reflection.FieldInfo fieldInfo) |
| 見つかった時のコールバック More...
|
|
シリアライズ可能な各フィールドを見つける
- Template Parameters
-
static void Find |
( |
object |
obj, |
|
|
System.Type |
type, |
|
|
OnFind |
onFind |
|
) |
| |
|
static |
フィールドを見つける。
- Parameters
-
obj | オブジェクト |
type | オブジェクトの型 |
onFind | 見つけた場合のコールバック |
static void Find |
( |
object |
obj, |
|
|
System.Type |
type, |
|
|
OnFindEx |
onFind |
|
) |
| |
|
static |
フィールドを見つける。
- Parameters
-
obj | オブジェクト |
type | オブジェクトの型 |
onFind | 見つけた場合のコールバック |
delegate void OnFind |
( |
T |
value | ) |
|
delegate void OnFindEx |
( |
T |
value, |
|
|
System.Reflection.FieldInfo |
fieldInfo |
|
) |
| |
見つかった時のコールバック
- Parameters
-
value | 見つかった値 |
fieldInfo | ValueのFieldInfo |