Struct IOWriteResult
Inherited Members
Namespace: g3
Assembly: cs.temp.dll.dll
Syntax
public struct IOWriteResult
Constructors
IOWriteResult(IOCode, String)
Declaration
public IOWriteResult(IOCode r, string s)
Parameters
| Type | Name | Description |
|---|---|---|
| IOCode | r | |
| String | s |
Fields
Ok
Declaration
public static readonly IOWriteResult Ok
Field Value
| Type | Description |
|---|---|
| IOWriteResult |
Properties
code
Declaration
public IOCode code { get; set; }
Property Value
| Type | Description |
|---|---|
| IOCode |
message
Declaration
public string message { get; set; }
Property Value
| Type | Description |
|---|---|
| String |