[This is preliminary documentation and is subject to change.]
Způsob chování se k prázdným řádkům
Namespace: Tools.ExperimentalAssembly: Tools Experimental (in Tools Experimental.dll) Version: 1.5.3.38916 (1.5.3.38916)
Syntax
| C# |
|---|
[FlagsAttribute] public enum EmptyLines |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration EmptyLines |
| Visual C++ |
|---|
[FlagsAttribute] public enum class EmptyLines |
| F# |
|---|
[<FlagsAttribute>] type EmptyLines |
| JScript |
|---|
public enum EmptyLines |
Members
| Member name | Value | Description | |
|---|---|---|---|
| ReadAll | 0 | Číst všechny | |
| IgnoreAtBeginning | 1 | Ignorovat na začátku souboru | |
| IgnoreAtEnd | 2 | Ignorovat na konci souboru | |
| IgnoreAtEdges | 3 | Ignorovat na začátku a na konci souboru | |
| IgnoreInside | 4 | Ignorovat uvnitř souboru | |
| IgnoreAll | 7 | Ignorovat všechny prázdné řádky | |
| IgnoreOnlyOne | 8 | Ignorovat pokud se soubor stává z jediného prázdného řádku | |
| IsFlags | Gets value indicating if given value is of enum type which has FlagsAttribute applied | ||
| GetName | Gets name of given enumeration value | ||
| GetConstant | Gets constant field that represents given enum value | ||
| GetValue | Gets value of enum in its unedlying type | ||
| IsDefined | Gets value idicating if given value is defined as constant in enumeration |