JavaScriptCollection.Item

JavaScriptCollection indexer

Gets or sets JavaScript from collection by its key.

public string this[string key] { get; set; }
ParameterDescription
keyKey value.

Return Value

Javascript collection.

See Also