Table of Contents

Method GetLength

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

GetLength(int)

Returns length of the string that corresponds to specified item in the collection.

public virtual int GetLength(int index)

Parameters

index int

Index of item in the collection.

Returns

int

If collection do not contain specified item method returns 0.