Click or drag to resize

QueryResultInternalElementMirrors Method

Returns all Mirrors of the specified InternalElement.

Namespace: Aml.Engine.Services
Assembly: Aml.Engine (in Aml.Engine.dll) Version: 3.2
Syntax
public static IEnumerable<InternalElementType> InternalElementMirrors(
	this InternalElementType master
)

Parameters

master  InternalElementType
The master.

Return Value

IEnumerableInternalElementType
An enumeration of mirror InternalElements.

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type InternalElementType. 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