'Declaration Public Overridable ReadOnly Default Property Item( _ ByVal index As Integer _ ) As Object
'使用法 Dim instance As Elements Dim index As Integer Dim value As Object value = instance.Item(index)
public virtual object this[ int index ]; {get;}
Elements クラス Elements メンバ
© 2004-2015, GrapeCity inc. All rights reserved.