Search Results for

    Show / Hide Table of Contents

    Class CharacterHolder

    Class to hold a character value passed by reference.

    Inheritance
    System.Object
    CharacterHolder
    Namespace: FM.LiveSwitch
    Assembly: FM.LiveSwitch.dll
    Syntax
    public class CharacterHolder : object

    Constructors

    CharacterHolder()

    Initializes a new instance of the CharacterHolder class.

    Declaration
    public CharacterHolder()

    CharacterHolder(Char)

    Initializes a new instance of the CharacterHolder class.

    Declaration
    public CharacterHolder(char value)
    Parameters
    Type Name Description
    System.Char value

    The value.

    Properties

    Value

    Gets or sets the value.

    Declaration
    public char Value { get; set; }
    Property Value
    Type Description
    System.Char
    In This Article
    Back to top Copyright © LiveSwitch Inc. All Rights Reserved. Doc build for LiveSwitch v1.15.0