Click or drag to resize

ExtensionsGetT Method

[Missing <summary> documentation for "M:RAYLASE.Marker.GUI.Common.Extensions.Get``1(Prism.Services.Dialogs.IDialogResult,System.String)"]


Namespace: RAYLASE.Marker.GUI.Common
Assembly: RAYLASE.Marker.GUI.Common (in RAYLASE.Marker.GUI.Common.dll) Version: 2.19.0
Syntax
C#
public static T Get<T>(
	this IDialogResult dialogResult,
	string parameterName
)

Parameters

dialogResult  IDialogResult

[Missing <param name="dialogResult"/> documentation for "M:RAYLASE.Marker.GUI.Common.Extensions.Get``1(Prism.Services.Dialogs.IDialogResult,System.String)"]

parameterName  String

[Missing <param name="parameterName"/> documentation for "M:RAYLASE.Marker.GUI.Common.Extensions.Get``1(Prism.Services.Dialogs.IDialogResult,System.String)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:RAYLASE.Marker.GUI.Common.Extensions.Get``1(Prism.Services.Dialogs.IDialogResult,System.String)"]

Return Value

T

[Missing <returns> documentation for "M:RAYLASE.Marker.GUI.Common.Extensions.Get``1(Prism.Services.Dialogs.IDialogResult,System.String)"]

Usage Note

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