CustomAttributeLoaderDefault Property |
Gets the default custom attribute loader.
Namespace: Microsoft.ClearScriptAssembly: ClearScript.Core (in ClearScript.Core.dll) Version: 7.4.5
Syntax public static CustomAttributeLoader Default { get; }
Public Shared ReadOnly Property Default As CustomAttributeLoader
Get
public:
static property CustomAttributeLoader^ Default {
CustomAttributeLoader^ get ();
}
static member Default : CustomAttributeLoader with get
Property Value
CustomAttributeLoaderSee Also