Méthode | Description | |
---|---|---|
IsEndMarker ( Markers marker ) : bool |
Indicate whether a Markers is an end marker.
|
|
IsEndMarker ( MetaProperties marker ) : bool |
Indicate whether a MetaProperties is an end marker.
|
|
IsEndMarker ( uint marker ) : bool |
Indicate whether a value is an end marker.
|
|
IsEndMarkerExceptEcWarning ( uint marker ) : bool |
Indicate whether a value is an end marker.
|
public static IsEndMarker ( Markers marker ) : bool | ||
marker | Markers | The Markers. |
Résultat | bool |
public static IsEndMarker ( MetaProperties marker ) : bool | ||
marker | MetaProperties | The Markers. |
Résultat | bool |
public static IsEndMarker ( uint marker ) : bool | ||
marker | uint | A uint value. |
Résultat | bool |
public static IsEndMarkerExceptEcWarning ( uint marker ) : bool | ||
marker | uint | A uint value. |
Résultat | bool |