TexfileLinesCountNonBlank Property
Gets the number of non-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 CountNonBlank { get; }
Public Overridable ReadOnly Property CountNonBlank As Integer
Get
Dim instance As TexfileLines
Dim value As Integer
value = instance.CountNonBlank
public:
virtual property int CountNonBlank {
int get ();
}
abstract CountNonBlank : int with get
override CountNonBlank : int with get
No code example is currently available or this language may not be supported.
Property Value
Int32
The number of non-blank elements actually contained in the
ListT.