RegexValidatedStringListItem Property |
[Missing <summary> documentation for "P:Bio.IO.BAM.RegexValidatedStringList.Item(System.Int32)"]
Namespace: Bio.IO.BAMAssembly: Bio.Core (in Bio.Core.dll) Version: 2.0.0.1 (2.0.0.1)
Syntaxpublic string this[
int index
] { get; set; }
Public Default Property Item (
index As Integer
) As String
Get
Set
public:
virtual property String^ default[int index] {
String^ get (int index) sealed;
void set (int index, String^ value) sealed;
}
abstract Item : string with get, set
override Item : string with get, set
Parameters
- index
- Type: SystemInt32
Return Value
Type:
StringImplements
IListTItemInt32
See Also