GetElementKey Method

Fabrica Bolos GLPK

Collapse imageExpand ImageCopy imageCopyHover image
Gets the element key for the specified configuration element.

Namespace: Optimization.Configuration
Assembly: Optimization.Framework (in Optimization.Framework.dll) Version: 0.3.1036.0

Syntax

C#
protected override Object GetElementKey(
	ConfigurationElement element
)
Visual Basic
Protected Overrides Function GetElementKey ( _
	element As ConfigurationElement _
) As Object
Visual C++
protected:
virtual Object^ GetElementKey(
	ConfigurationElement^ element
) override

Parameters

element
Type: System.Configuration..::..ConfigurationElement
The ConfigurationElement to return the key for.

Return Value

An Object that acts as the key for the specified ConfigurationElement.

Contracts

Requires
element != null
Ensures
Contract.Result<object>() != null

See Also