Exemplo n.º 1
0
 /// <inheritdoc/>
 public override T this[FaceGroup faceGroup]
 {
     get { throw new NotSupportedException(); }
     set { throw new NotSupportedException(); }
 }
Exemplo n.º 2
0
 /// <inheritdoc/>
 public abstract T this[FaceGroup faceGroup] {
     get; set;
 }