コード例 #1
0
ファイル: Style.cs プロジェクト: science-docs/Scriber
 public T Get <T>(AbstractStyleKey <T> key)
 {
     return(key.Get(this));
 }
コード例 #2
0
 public bool Equals([AllowNull] AbstractStyleKey <T> other)
 {
     return(Name == other?.Name);
 }