Zhonghui

每个不曾起舞的日子,都是对生命的辜负

User Tools

Site Tools


程序:csharp:特性

C# Attribute


待补充

// 这是一个类(Attribute)
namespace System
{
    //
    // Summary:
    //     Represents the base class for custom attributes.
    [Serializable]
    [AttributeUsage(AttributeTargets.All, Inherited = true, AllowMultiple = false)]
    [ClassInterface(ClassInterfaceType.None)]
    [ComDefaultInterface(typeof(_Attribute))]
    [ComVisible(true)]
    [__DynamicallyInvokable]
    public abstract class Attribute : _Attribute
/var/www/DokuWikiStick/dokuwiki/data/pages/程序/csharp/特性.txt · Last modified: 2023/04/28 06:47 by zh