Create a new Comment Attribute with just a summary attribute.

[Visual Basic]
Overloads Public Sub New( _
   ByVal summary As String, _
   ByVal remarks As String, _
   ByVal threadSafe As Boolean _
)
[C#]
public VBXmlCommentAttribute(
   string summary,
   string remarks,
   bool threadSafe
);

Parameters

summary

The Item Summary.

remarks

The Item Remarks.

threadSafe

Is the class Thread Safe.

See Also

VBXmlCommentAttribute Class | VBXmlCommentAttribute Members | Fesersoft.VB.Comments Namespace | VBXmlCommentAttribute Constructor Overload List


View Main Product Page