RazorEngine


Util

Defined in RazorEngine.dll.
Utility Class

Static members

Static memberDescription
FixContext(context)
Signature: context:Type -> Type
Fixes the context.
GetTargetContext(...)
Signature: (target:obj * context:byref<Type> * staticContext:byref<bool>) -> obj
GetValue(info, name)
Signature: (info:SerializationInfo * name:string) -> 'T
Type parameters: 'T
Gets the value. Conveinence Ext method
IsAnonymousType(target)
Signature: target:obj -> bool
Determines whether [is anonymous type] [the specified target].
NameArgsIfNecessary(callInfo, args)
Signature: (callInfo:CallInfo * args:obj []) -> obj []
Fork me on GitHub