◆
GetSystemType()
[2/2]
static Type GetSystemType
(
this MemberInfo
memberInfo
)
static
Parameters
memberInfo
this value is automatically set to be the calling MemberInfo's instance. (Since this is an Extension Method, extending theMemberInfo class)
Returns
returns a System.Type that contains the type of the member. See FieldInfo's and PropertyInfo's FieldType or PropertyType docs for more details:
https://msdn.microsoft.com/en-us/library/system.reflection.fieldinfo.fieldtype(v=vs.110).aspx
,
https://msdn.microsoft.com/en-us/library/system.reflection.fieldinfo.fieldtype(v=vs.110).aspx
EyE
Sys
Reflection
MemberInfoExtension