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