Gets an object that can access the mirror type's static constructors.
Namespace:
MbUnit.FrameworkAssembly: MbUnit (in MbUnit.dll) Version: 3.3.0.0 (3.3.610.0)
Syntax
| C# |
|---|
public Mirror..::.MemberSet StaticConstructor { get; } |
| Visual Basic (Declaration) |
|---|
Public ReadOnly Property StaticConstructor As Mirror..::.MemberSet |
Return Value
The member set that represents the mirror type's static constructors.
Remarks
If there are no static constructors, the member set will be empty and all operations performed on it will fail.
Exceptions
| Exception | Condition |
|---|---|
| MbUnit.Framework..::.MirrorException | Thrown if the mirror represents a null object of unknown type. |
