ReflectionGetFieldNames Method |
Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static List<string> GetFieldNames(
Type ty
)
Public Shared Function GetFieldNames (
ty As Type
) As List(Of String)
public:
static List<String^>^ GetFieldNames(
Type^ ty
)
static member GetFieldNames :
ty : Type -> List<string>
Parameters
- ty
- Type: SystemType
Return Value
Type:
ListString
See Also