Method ReadChars
ReadChars(Int32)
Reads an object of type
Declaration
public abstract char[] ReadChars(int count)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | count |
Returns
Type | Description |
---|---|
System.Char[] | object read from the stream |
ReadChars(Int32, Char[])
Reads an object of type
Declaration
public abstract char[] ReadChars(int count, char[] defaultValue)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | count | |
System.Char[] | defaultValue | Default value to be used for deserializing old version of the object |
Returns
Type | Description |
---|---|
System.Char[] | object read from the stream |