TexfileLinesCountBlank Property
Gets the number of blank elements actually contained in the ListT.
Namespace: DevCase.Core.DataProcessing.TextFilesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual int CountBlank { get; }
Public Overridable ReadOnly Property CountBlank As Integer
Get
Dim instance As TexfileLines
Dim value As Integer
value = instance.CountBlank
public:
virtual property int CountBlank {
int get ();
}
abstract CountBlank : int with get
override CountBlank : int with get
No code example is currently available or this language may not be supported.
Property Value
Int32
The number of blank elements actually contained in the
ListT.