Namespace: SchemaExplorer.Extensions
Assembly: SchemaExplorer (in SchemaExplorer.dll) Version: 6.0.0.0 (7.0.0.15127)

Syntax

C#
public static Object GetByKey(
	this IReadOnlyNamedObjectCollection<IExtendedProperty> collection,
	string key
)
Visual Basic
<ExtensionAttribute> 
Public Shared Function GetByKey ( 
	collection As IReadOnlyNamedObjectCollection(Of IExtendedProperty),
	key As String
) As Object

Parameters

collection
Type: IReadOnlyNamedObjectCollection<(Of <(<'IExtendedProperty>)>)>
key
Type: System..::..String

Return Value

Type: Object

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IReadOnlyNamedObjectCollection<(Of <(<'IExtendedProperty>)>)>. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).

See Also