Search Results for

    Show / Hide Table of Contents

    Class OTZStringList

    Inheritance
    System.Object
    System.Collections.Generic.List<System.String>
    OTZStringList
    名前空間: OTZControls.Utilities
    アセンブリ: OTZControls.dll
    Syntax
    public class OTZStringList : List<string>, IList<string>, ICollection<string>, IReadOnlyList<string>, IReadOnlyCollection<string>, IEnumerable<string>, IList, ICollection, IEnumerable

    コンストラクタ

    OTZStringList()

    コンストラクタ

    宣言
    public OTZStringList()

    OTZStringList(OTZStringList)

    コンストラクタ

    宣言
    public OTZStringList(OTZStringList ori)
    パラメーター
    型 名前 説明
    OTZStringList ori

    OTZStringList(Int32)

    コンストラクタ

    宣言
    public OTZStringList(int maxCount)
    パラメーター
    型 名前 説明
    System.Int32 maxCount

    プロパティ

    MaxCount

    宣言
    public int MaxCount { get; set; }
    プロパティ値
    型 説明
    System.Int32

    メソッド

    AddFirstItem(String, Boolean)

    リストの先頭に追加します。

    宣言
    public void AddFirstItem(string value, bool isMoveFirst)
    パラメーター
    型 名前 説明
    System.String value
    System.Boolean isMoveFirst

    GetList(Int32)

    指定した件数を取得します。

    宣言
    public List<string> GetList(int count)
    パラメーター
    型 名前 説明
    System.Int32 count
    戻り値
    型 説明
    System.Collections.Generic.List<System.String>
    In This Article
    Back to top Generated by DocFX