DocTest : Mono.DocTest Namespace

DocAttribute Class

Documentation for this section has not yet been entered.

[System.AttributeUsage(System.AttributeTargets.All)]
public class DocAttribute : Attribute

Remarks

cref=T:Mono.DocTest.DocAttribute.

C# Example
[Doc ("documented class")]
class Example {
	[Doc ("documented field")] public string field;
}

Requirements

Namespace: Mono.DocTest
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0

Members

See Also: Inherited members from Attribute.

Public Constructors

Documentation for this section has not yet been entered.

Extension Methods

static
ToEnumerable<T> (this T) : IEnumerable<T>
System.Object extension method

Member Details

DocAttribute Constructor

Documentation for this section has not yet been entered.

public DocAttribute (string docs)

Parameters

docs
Documentation for this section has not yet been entered.

Remarks

Documentation for this section has not yet been entered.

Requirements

Namespace: Mono.DocTest
Assembly: DocTest (in DocTest.dll)
Assembly Versions: 0.0.0.0