public static T Apply<T>( T obj, Object values )
Public Shared Function Apply(Of T) ( _ obj As T, _ values As Object _ ) As T
public: generic<typename T> static T Apply( T obj, Object^ values )