TestClassExtensions..::..GetProperty<(Of <(<'TObject>)>)> Method
Gets the property.
Namespace:
FastMoq.ExtensionsAssembly: FastMoq.Core (in FastMoq.Core.dll)
Syntax
public static PropertyInfo GetProperty<TObject>( TObject obj, string name )
Public Shared Function GetProperty(Of TObject) ( _ obj As TObject, _ name As String _ ) As PropertyInfo
public: generic<typename TObject> static PropertyInfo^ GetProperty( TObject obj, String^ name )
Type Parameters
- TObject
- The type of the t object.