메소드 | 설명 | |
---|---|---|
GetMessage ( ) : string |
Gets the message as a string.
|
|
InstanceBlock ( |
Initializes a new instance of the InstanceBlock class.
|
|
WithEnumerableCount ( long itemsCount ) : void |
Adds a description of the number of items (only relevant if the object is an enumerable).
|
|
WithHashCode ( bool active = true ) : void |
Requests that the Hash value is included in the description block.
|
|
WithType ( |
Requests that a specific type is included in the description block. Default type is the type of the object instance given in constructor. |
|
WithType ( bool active = true, bool full = false ) : void |
Requests that the type is included in the description block.
|
public InstanceBlock ( |
||
type | /// The tested type. /// | |
리턴 | System |
public WithEnumerableCount ( long itemsCount ) : void | ||
itemsCount | long | /// The number of items of the enumerable instance. /// |
리턴 | void |
public WithHashCode ( bool active = true ) : void | ||
active | bool | /// True to include the type. This is the default value. /// |
리턴 | void |
public WithType ( |
||
forcedType | /// Type to include in the description. /// | |
리턴 | void |
public WithType ( bool active = true, bool full = false ) : void | ||
active | bool | /// True to include the type. This is the default value. /// |
full | bool | /// True to display the full type name (with assembly). /// |
리턴 | void |