ScriptObjectBuilderGetScriptReferences Method (Type) |
Gets the script references for a type
Namespace: Kettic.AspNetAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic static IEnumerable<ScriptReference> GetScriptReferences(
Type type
)
Public Shared Function GetScriptReferences (
type As Type
) As IEnumerable(Of ScriptReference)
public:
static IEnumerable<ScriptReference^>^ GetScriptReferences(
Type^ type
)
static member GetScriptReferences :
type : Type -> IEnumerable<ScriptReference>
Parameters
- type
- Type: SystemType
Return Value
Type:
IEnumerableScriptReference
See Also