-
Notifications
You must be signed in to change notification settings - Fork 2
P_Ekstrand_Text_StringTokenizer_Current
Fred Ekstrand edited this page Aug 6, 2020
·
1 revision
Gets the current element in the collection (Inherited from IEnumerator.)
Namespace: Ekstrand.Text
Assembly: StringTokenizer (in StringTokenizer.dll) Version: 1.0.0.0 (1.0.0.0)
C#
public Object Current { get; }VB
Public ReadOnly Property Current As Object
GetC++
public:
virtual property Object^ Current {
Object^ get () sealed;
}F#
abstract Current : Object with get
override Current : Object with getType: Object
Copyright © 2019 Fred Ekstrand Jr
Send comments on this topic to fredekstrandGithub@gmail.com