[This is preliminary documentation and is subject to change.]
Author: Đonny
Marks person defined by instance of this attribute as author of marked part of code.
Namespace: Tools.InternalTAssembly: Tools (in Tools.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[ObsoleteAttribute("Use <author> XML comment instead")] [AttributeUsageAttribute(AttributeTargets.All, AllowMultiple = true, Inherited = false)] public class AuthorAttribute : Attribute |
| Visual Basic |
|---|
<ObsoleteAttribute("Use <author> XML comment instead")> _ <AttributeUsageAttribute(AttributeTargets.All, AllowMultiple := True, Inherited := False)> _ Public Class AuthorAttribute _ Inherits Attribute |
| Visual C++ |
|---|
[ObsoleteAttribute(L"Use <author> XML comment instead")] [AttributeUsageAttribute(AttributeTargets::All, AllowMultiple = true, Inherited = false)] public ref class AuthorAttribute : public Attribute |
| F# |
|---|
[<ObsoleteAttribute("Use <author> XML comment instead")>] [<AttributeUsageAttribute(AttributeTargets.All, AllowMultiple = true, Inherited = false)>] type AuthorAttribute = class inherit Attribute end |
| JScript |
|---|
public class AuthorAttribute extends Attribute |
Remarks
This attribute is obsolete. Use XML documentation tag <author> instead.
Use this attribute to mark yourself as author of code you have written.
Inheritance Hierarchy
See Also
Version History
1.5.2
- (Release) Marked as obsolete; use <author> XML Doc tag instead, AuthorAttribute, VersionAttribute and FirstVersionAttribute removed