Gets an object that can access the mirror type's constructors.

Namespace:  MbUnit.Framework
Assembly:  MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)

Syntax

C#
public Mirror..::.MemberSet Constructor { get; }
Visual Basic (Declaration)
Public ReadOnly Property Constructor As Mirror..::.MemberSet

Return Value

The member set that represents the mirror type's constructors.

Remarks

If there are no constructors, the member set will be empty and all operations performed on it will fail. If there are multiple constructors (when the constructor is overloaded), the member set will refer to multiple constructors. When an operation is performed on the member set, a specific constructor will chosen from the set or an error will be emitted.

Exceptions

ExceptionCondition
MbUnit.Framework..::.MirrorExceptionThrown if the mirror represents a null object of unknown type.

See Also