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