TextSpan.CreateEmpty

CreateEmpty()

Create the empty text span.

public static TextSpan CreateEmpty()

Return Value

The TextSpan.

See Also


CreateEmpty(int)

Create empty TextSpan from start position.

public static TextSpan CreateEmpty(int start)
ParameterTypeDescription
startInt32The start position.

Return Value

The TextSpan.

See Also