Click or drag to resize

ExtensionsAddT Method

[Missing <summary> documentation for "M:RAYLASE.Marker.GUI.Common.Extensions.Add``1(Prism.Services.Dialogs.IDialogParameters,System.Linq.Expressions.Expression{System.Func{``0}})"]


Namespace: RAYLASE.Marker.GUI.Common
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
public static void Add<T>(
	this IDialogParameters dialogResult,
	Expression<Func<T>> property
)

Parameters

dialogResult  IDialogParameters

[Missing <param name="dialogResult"/> documentation for "M:RAYLASE.Marker.GUI.Common.Extensions.Add``1(Prism.Services.Dialogs.IDialogParameters,System.Linq.Expressions.Expression{System.Func{``0}})"]

property  ExpressionFuncT

[Missing <param name="property"/> documentation for "M:RAYLASE.Marker.GUI.Common.Extensions.Add``1(Prism.Services.Dialogs.IDialogParameters,System.Linq.Expressions.Expression{System.Func{``0}})"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:RAYLASE.Marker.GUI.Common.Extensions.Add``1(Prism.Services.Dialogs.IDialogParameters,System.Linq.Expressions.Expression{System.Func{``0}})"]

Usage Note

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