ITextBuffer.Length Property
This type/member supports the .NET Framework infrastructure and is not intended to be used directly from your code.
Namespace: System.Web.Razor.Text
Assembly: System.Web.Razor (in System.Web.Razor.dll)
Syntax
'Declaration
ReadOnly Property Length As Integer
Get
'Usage
Dim instance As ITextBuffer
Dim value As Integer
value = instance.Length
int Length { get; }
property int Length {
int get ();
}
abstract Length : int
function get Length () : int
Property Value
Type: System.Int32