Bridge

Task<(Of <(<'TResult>)>)>..::..Result Property

Namespace:  System.Threading.Tasks
Assembly:  Bridge (in Bridge.dll)

Syntax


[NameAttribute]
public TResult Result { get; }
<NameAttribute> _
Public ReadOnly Property Result As TResult
	Get
[NameAttribute]
public:
property TResult Result {
	TResult get ();
}