'宣言 Public Default Property Item( _ ByVal index As System.Integer _ ) As ValidationRule
public ValidationRule this[ System.int index ]; {get; set;}
パラメータ
- index
- The zero-based index of the element to get or set.
'宣言 Public Default Property Item( _ ByVal index As System.Integer _ ) As ValidationRule
public ValidationRule this[ System.int index ]; {get; set;}