| Visual Basic (Declaration) | |
|---|---|
Public Function GetTargetObject( _ ByVal target As Object, _ ByVal splitString As String, _ ByVal level As Integer _ ) As Object | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public object GetTargetObject( object target, string splitString, int level ) | |
Parameters
- target
- For internal use only.
- splitString
- For internal use only.
- level
- For internal use only.