コード例 #1
0
ファイル: InheritanceAttribute.cs プロジェクト: z77ma/runtime
 /// <summary>
 /// Converts this attribute to a string.
 /// </summary>
 public override string ToString() => TypeDescriptor.GetConverterTrimUnsafe(typeof(InheritanceLevel)).ConvertToString(InheritanceLevel) !;