in

@Prog! - ASP.NET(C#) AJAX -

ASP.NET(C#) 2.0 & ASP.NET Ajax (ATLAS) のメモ書き

タグによる表示

  • カスタム属性を収得する(System.Attribute)

    using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace TestConsoleApplication { class Program { [AttributeUsage(AttributeTargets.Property)] public class ColumnMappingAttribute : System.Attribute { private string _name; public ColumnMappingAttribute(string name...
    投稿場所: C# .NET (Forum) 投稿者: ASANO 投稿日時: 2008/01/10
ページ 1 / 1 (1 アイテム)