public Object GetObject( Type type, Action<Object> initAction )
Public Function GetObject ( _ type As Type, _ initAction As Action(Of Object) _ ) As Object
public: Object^ GetObject( Type^ type, Action<Object^>^ initAction )