Click or drag to resize
Range Constructor
Version 55.0.0
Initializes a new instance of the Range class

Namespace: CefSharp
Assembly: CefSharp (in CefSharp.dll) Version: 55.0.0.0 (55.0.0.0)
Syntax
public Range(
	int from,
	int to
)

Parameters

from
Type: SystemInt32

[Missing <param name="from"/> documentation for "M:CefSharp.Range.#ctor(System.Int32,System.Int32)"]

to
Type: SystemInt32

[Missing <param name="to"/> documentation for "M:CefSharp.Range.#ctor(System.Int32,System.Int32)"]

See Also