Class SchemaRefCollection

SchemaRefCollection class

スキーマ参照のコレクション。

public class SchemaRefCollection : IEnumerable<SchemaRef>

プロパティ

名前説明
Count { get; }このコレクション内のスキーマ参照の数.
Item { get; }を取得しますSchemaRefコレクション内の指定されたインデックスにあるアイテム.

メソッド

名前説明
Add(string, string)追加SchemaRefコレクションへ.
Add(string, string, string)追加SchemaRefコレクションへ.
GetEnumerator()コレクションを反復処理する列挙子を返します。

関連項目