コード例 #1
0
 public DeviceTypeAttribute([NotNull] string displayName) : this(ParameterUtils.GenerateKeyByName(displayName), displayName)
 {
 }
コード例 #2
0
ファイル: Parameter.cs プロジェクト: DaleLin93/SharpBCI
 public Builder(string name) : this(ParameterUtils.GenerateKeyByName(name), name)
 {
 }