Méthode | Description | |
---|---|---|
DataLength ( bool condition, string msg ) : void | ||
DataLength ( byte buf, int off, int len, string msg ) : void | ||
OutputLength ( byte buf, int off, int len, string msg ) : void |
public static DataLength ( bool condition, string msg ) : void | ||
condition | bool | |
msg | string | |
Résultat | void |
public static DataLength ( byte buf, int off, int len, string msg ) : void | ||
buf | byte | |
off | int | |
len | int | |
msg | string | |
Résultat | void |
public static OutputLength ( byte buf, int off, int len, string msg ) : void | ||
buf | byte | |
off | int | |
len | int | |
msg | string | |
Résultat | void |