ObjectResult<T> Constructor

Definition

This constructor is intended only for use when creating test doubles that will override members with mocked or faked behavior. Use of this constructor for other purposes may result in unexpected behavior including but not limited to throwing NullReferenceException.

protected ObjectResult ();
Protected Sub New ()

Applies to