[]
Finds an element in the collection that matches the specified type and name.
public virtual object FindByType(Type t, string elementName)
Public Overridable Function FindByType(t As Type, elementName As String) As Object
Type | Name | Description |
---|---|---|
Type | t | Type of element |
string | elementName | Name of element |
Type | Description |
---|---|
object | Element object |