public LinkifyFindObject(
LinkifyLinkType linkType,
string value,
bool isLink,
string href,
long start,
long end
)
Public Sub New (
linkType As LinkifyLinkType,
value As String,
isLink As Boolean,
href As String,
start As Long,
end As Long
)
Dim linkType As LinkifyLinkType
Dim value As String
Dim isLink As Boolean
Dim href As String
Dim start As Long
Dim end As Long
Dim instance As New LinkifyFindObject(linkType,
value, isLink, href, start, end)
public:
LinkifyFindObject(
LinkifyLinkType linkType,
String^ value,
bool isLink,
String^ href,
long long start,
long long end
)
new :
linkType : LinkifyLinkType *
value : string *
isLink : bool *
href : string *
start : int64 *
end : int64 -> LinkifyFindObject
No code example is currently available or this language may not be supported.
[Missing <param name="end"/> documentation for "M:DevCase.Core.DataProcessing.Html.LinkifyFindObject.#ctor(DevCase.Core.DataProcessing.Html.LinkifyLinkType,System.String,System.Boolean,System.String,System.Int64,System.Int64)"]