Delegate GetDelimiter
Function that resolves the delimiter from the given text. Returns null if no delimiter is found.
public delegate string GetDelimiter(GetDelimiterArgs args)
Parameters
args
GetDelimiterArgs
Returns
Constructors
GetDelimiter(object, nint)
public GetDelimiter(object @object, nint method)
Parameters
Methods
BeginInvoke(GetDelimiterArgs, AsyncCallback, object)
public virtual IAsyncResult BeginInvoke(GetDelimiterArgs args, AsyncCallback callback, object @object)
Parameters
args
GetDelimiterArgscallback
AsyncCallbackobject
object
Returns
EndInvoke(IAsyncResult)
public virtual string EndInvoke(IAsyncResult result)
Parameters
result
IAsyncResult
Returns
Invoke(GetDelimiterArgs)
public virtual string Invoke(GetDelimiterArgs args)
Parameters
args
GetDelimiterArgs