'宣言 Public Sub Insert( _ ByVal index As System.Integer, _ ByVal item As XmlaQueryProperty _ )
public void Insert( System.int index, XmlaQueryProperty item )
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | index は System.Collections.Generic.IList`1 では有効なインデックスではありません。 |
System.NotSupportedException | System.Collections.Generic.IList`1 は読み取り専用です。 |
オンラインで表示: GitHub