This topic has not yet been rated - Rate this topic

CachedModelMetadata<TPrototypeCache> Constructor (CachedModelMetadata<TPrototypeCache>, Func<Object>)

Constructor for creating the prototype instances of the metadata class.

Namespace:  System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)
protected CachedModelMetadata(
	CachedModelMetadata<TPrototypeCache> prototype,
	Func<Object> modelAccessor
)

Parameters

prototype
Type: System.Web.Mvc.CachedModelMetadata<TPrototypeCache>

The prototype.

modelAccessor
Type: System.Func<Object>

The model accessor.

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.