| Visual Basic (Declaration) | |
|---|---|
Public Property IgnoreComments As Boolean | |
| Visual Basic (Usage) | |
|---|---|
Dim instance As XmlFastInfosetWriter Dim value As Boolean instance.IgnoreComments = value value = instance.IgnoreComments | |
| C# | |
|---|---|
public bool IgnoreComments {get; set;} | |
| Delphi | |
|---|---|
public read-write property IgnoreComments: Boolean; | |
| JScript | |
|---|---|
public function get,set IgnoreComments : boolean | |