Skip to main content

Class Reader<T>

a class that holds readers for the different types Note that c# creates a different static variable for each type This will be populated by the weaver

Inheritance
System.Object
Inherited Members
Show
Syntax
public static class Reader<T>
Type Parameters
NameDescription
T

Properties

Read

Declaration
public static Func<NetworkReader, T> Read { set; }