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