Click or drag to resize

ICacheGetT(String, ActionT, XmlNode) Method

[Missing <summary> documentation for "M:Casewhere.Common.ICache.Get``1(System.String,System.Action{``0,System.Xml.XmlNode})"]


Namespace: Casewhere.Common
Assembly: Casewhere.Common (in Casewhere.Common.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
T Get<T>(
	string key,
	Action<T, XmlNode> loadIfNull
)
where T : class

Parameters

key  String
 
loadIfNull  ActionT, XmlNode
 

Type Parameters

T

Return Value

T

[Missing <returns> documentation for "M:Casewhere.Common.ICache.Get``1(System.String,System.Action{``0,System.Xml.XmlNode})"]

See Also