'Declaration Public Overloads Function TryGetValue( _ ByVal definition As Object, _ ByRef steps As Integer _ ) As Boolean
public bool TryGetValue( object definition, out int steps )
Parameters
- definition
- steps
'Declaration Public Overloads Function TryGetValue( _ ByVal definition As Object, _ ByRef steps As Integer _ ) As Boolean
public bool TryGetValue( object definition, out int steps )