Class Writer<T>
a class that holds writers 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 Writer<T>
Type Parameters
Name | Description |
---|---|
T |
Properties
Write
Declaration
public static Action<NetworkWriter, T> Write { set; }