eDriven Framework API
GetFieldAndPropertyNames Method (type)
NamespaceseDriven.Core.ReflectionCoreReflectorGetFieldAndPropertyNames(Type)
eDriven Framework API
Gets all field and propertiy names for a given type
Declaration Syntax
C#Visual BasicVisual C++
public static List<string> GetFieldAndPropertyNames(
	Type type
)
Public Shared Function GetFieldAndPropertyNames ( _
	type As Type _
) As List(Of String)
public:
static List<String^>^ GetFieldAndPropertyNames(
	Type^ type
)
Parameters
type (Type)
Return Value

Assembly: eDriven.Core (Module: eDriven.Core) Version: 2.0.1.0 (2.0.1.0)