Method | Description | |
---|---|---|
AddRange ( this |
Read some bytes into the list.
|
|
AddRange ( this |
Read some bytes into the list.
|
|
InsertRange ( this |
Read some bytes into the list.
|
|
InsertRange ( this |
Read some bytes into the list.
|
public static AddRange ( this |
||
list | this |
|
reader | ||
byteCount | int | |
return | void |
public static AddRange ( this |
||
list | this |
|
stream | Stream | |
byteCount | int | |
return | void |
public static InsertRange ( this |
||
list | this |
|
index | int | |
reader | ||
byteCount | int | |
return | void |
public static InsertRange ( this |
||
list | this |
|
index | int | |
stream | Stream | |
byteCount | int | |
return | void |