ICakeDataResolver.

Get<TData>() Method

Summary

Gets the data of the specified type.
Namespace
Cake.Core
Containing Type
ICakeDataResolver

Syntax

TData Get<TData>() where TData : class

Type Parameters

Name Description
TData The data type.

Return Value

Type Description
TData The value of the data.