[This is preliminary documentation and is subject to change.]
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.2.0
Author: Đonny
Vertion history
- 1.5.2 (Release)
- Marked as obsolete; use <author> XML Doc tag instead, AuthorAttribute, VersionAttribute and FirstVersionAttribute removed
Syntax
| C# |
|---|
[ObsoleteAttribute("Use <author> XML comment instead")] [AttributeUsageAttribute(AttributeTargets.All, AllowMultiple = true, Inherited = false)] public class AuthorAttribute : Attribute |
| Visual Basic (Declaration) |
|---|
<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 |
| J# |
|---|
/** @attribute ObsoleteAttribute("Use <author> XML comment instead") */ /** @attribute AttributeUsageAttribute(AttributeTargets.All, AllowMultiple = true, Inherited = false) */ public class AuthorAttribute extends Attribute |
| 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.