TestClassExtensions..::..GetFieldInfo<(Of <(<'TType>)>)> Method

Gets the field information.

Namespace:  FastMoq.Extensions
Assembly:  FastMoq.Core (in FastMoq.Core.dll)

Syntax


public static FieldInfo GetFieldInfo<TType>(
	Object _,
	string name
)
Public Shared Function GetFieldInfo(Of TType) ( _
	_ As Object, _
	name As String _
) As FieldInfo
public:
generic<typename TType>
static FieldInfo^ GetFieldInfo(
	Object^ _, 
	String^ name
)

Type Parameters

TType
The type of the t type.

Parameters

_
Type: Object
The object.
name
Type: String
The name.

Return Value

System.Nullable<FieldInfo>.