WritePrimitiveType() public abstract method

public abstract WritePrimitiveType ( string type ) : void
type string
return void
Beispiel #1
0
 public override void WritePrimitiveType(string type)
 {
     decoratedWriter.WritePrimitiveType(type);
 }