BinaryTokenStreamReader.Copy Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Creates a copy of the current stream reader.
public Orleans.Serialization.BinaryTokenStreamReader Copy ();
public Orleans.Serialization.IBinaryTokenStreamReader Copy ();
member this.Copy : unit -> Orleans.Serialization.BinaryTokenStreamReader
abstract member Copy : unit -> Orleans.Serialization.IBinaryTokenStreamReader
override this.Copy : unit -> Orleans.Serialization.IBinaryTokenStreamReader
Public Function Copy () As BinaryTokenStreamReader
Public Function Copy () As IBinaryTokenStreamReader
Returns
The new copy