Click or drag to resize

BlockInfixEOLComment Property

The "Infix" End-Of-Line comment for the Initializer (if any) - appears after the open brace.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public string InfixEOLComment { get; set; }

Property Value

Type: String
Remarks
This property allows for the very convenient setting of Infix EOL comments in object initializers. Although there is support for multiple Infix EOL comments on the same object, this property doesn't support that, returning the first one that it finds, and replacing all existing ones when set.
See Also