Search Results for

    Show / Hide Table of Contents

    Class CharacterSet

    Inheritance
    System.Object
    CharacterSet
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Sdl.LanguagePlatform.Core
    Assembly: Sdl.LanguagePlatform.Core.dll
    Syntax
    public class CharacterSet

    Constructors

    CharacterSet()

    Declaration
    public CharacterSet()

    Properties

    Negated

    Declaration
    public bool Negated { get; set; }
    Property Value
    Type Description
    System.Boolean

    Methods

    Add(CharacterSet)

    Declaration
    public void Add(CharacterSet other)
    Parameters
    Type Name Description
    CharacterSet other

    Add(Char)

    Declaration
    public void Add(char c)
    Parameters
    Type Name Description
    System.Char c

    Add(Char, Char)

    Declaration
    public void Add(char lower, char upper)
    Parameters
    Type Name Description
    System.Char lower
    System.Char upper

    Add(UnicodeCategory)

    Declaration
    public void Add(UnicodeCategory category)
    Parameters
    Type Name Description
    System.Globalization.UnicodeCategory category

    Contains(Char)

    Declaration
    public bool Contains(char c)
    Parameters
    Type Name Description
    System.Char c
    Returns
    Type Description
    System.Boolean

    Signature()

    Declaration
    public string Signature()
    Returns
    Type Description
    System.String

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.Object.ToString()

    On this page

    • Constructors
      • CharacterSet()
    • Properties
      • Negated
    • Methods
      • Add(CharacterSet)
      • Add(Char)
      • Add(Char, Char)
      • Add(UnicodeCategory)
      • Contains(Char)
      • Signature()
      • ToString()
    Back to top Generated by DocFX