public List<string> GetList(
string text,
out int indexPos
)Public Function GetList (
text As String,
<OutAttribute> ByRef indexPos As Integer
) As List(Of String)public:
List<String^>^ GetList(
String^ text,
[OutAttribute] int% indexPos
)member GetList :
text : string *
indexPos : int byref -> List<string>