Click or drag to resize
ReflectionGetFieldNamesAndValues Method
get a tuple list of the type name and type values of an object

Namespace: ANDREICSLIB.Helpers
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static List<Tuple<string, Object>> GetFieldNamesAndValues(
	Object classInstance
)

Parameters

classInstance
Type: SystemObject
the class you want the values for

Return Value

Type: ListTupleString, Object
See Also