Ejemplo n.º 1
0
 protected virtual void Visit(StateType type)
 {
     Write("SamplerState");
 }
Ejemplo n.º 2
0
 /// <inheritdoc/>
 public bool Equals(StateType other)
 {
     return base.Equals(other);
 }