FieldExtensionsToFields Method

Gets a new list of Field elements contained in IEnumerableFieldSetting>.

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public static List<Field> ToFields(
	this IEnumerable<FieldSetting> self
)

Parameters

self  IEnumerableFieldSetting
IEnumerableFieldSetting> with the fields settings..

Return Value

ListField
List<Field> with the fields.

Usage Note

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