コード例 #1
0
ファイル: PropertyKey.cs プロジェクト: iAJTin/iEEDID
 /// <summary>
 /// Returns the property description.
 /// </summary>
 /// <returns>
 /// Property description.
 /// </returns>
 public string GetPropertyDescription() => PropertyId.GetPropertyDescription();
コード例 #2
0
ファイル: PropertyKey.cs プロジェクト: wbcuc/iSMBIOS
 /// <summary>
 /// Returns the property description.
 /// </summary>
 /// <returns>
 /// Property description.
 /// </returns>
 public string GetPropertyDescription()
 {
     return(PropertyId.GetPropertyDescription());
 }