Inheritance: System.Attribute
コード例 #1
0
ファイル: GoCommando.cs プロジェクト: modulexcite/GoCommando
 static void ShowBanner(BannerAttribute attribute)
 {
     Write(attribute.Text);
 }
コード例 #2
0
 static void ShowBanner(BannerAttribute attribute, Assembly assembly)
 {
     Write(attribute.Text.Replace("{assemblyVersion}", assembly.GetName().Version.ToString()));
 }