Метод | Описание | |
---|---|---|
Write ( byte bytes, string path ) : void | ||
Write ( string contents, string path ) : void |
public static Write ( byte bytes, string path ) : void | ||
bytes | byte | |
path | string | |
Результат | void |
public static Write ( string contents, string path ) : void | ||
contents | string | |
path | string | |
Результат | void |