ComponentOne SpellChecker for WinForms
C1.Win.SpellChecker.8 Assembly / C1.Win.SpellChecker Namespace / CharRangeList Class / EnsureCapacity Method

In This Topic
    EnsureCapacity Method (CharRangeList)
    In This Topic
    Syntax
    'Declaration
     
    Public Function EnsureCapacity( _
       ByVal capacity As System.Integer _
    ) As System.Integer
    public System.int EnsureCapacity( 
       System.int capacity
    )

    Parameters

    capacity
    See Also