Nevron .NET Vision
Nevron.Chart Namespace / NCharacterInRangeFilter Class
Members


In This Topic
    NCharacterInRangeFilter Class
    In This Topic
    Represents a filter that will return true if the character token (char plus index) has a character that falls in the specified character set
    Object Model
    NCharacterInRangeFilter Class
    Syntax
    'Declaration
     
    
    <System.SerializableAttribute()>
    Public Class NCharacterInRangeFilter 
       Inherits Nevron.Filters.NFilter
       Implements Nevron.Filters.INFilter 
    'Usage
     
    
    Dim instance As NCharacterInRangeFilter
    [System.Serializable()]
    public class NCharacterInRangeFilter : Nevron.Filters.NFilter, Nevron.Filters.INFilter  
    Inheritance Hierarchy

    System.Object
       Nevron.Filters.NFilter
          Nevron.Chart.NCharacterInRangeFilter

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also