Table of Contents

Class CharContainer

Namespace
ScrapySharp.Core
Assembly
ScrapySharp.Core.dll
public class CharContainer
Inheritance
CharContainer
Inherited Members

Constructors

CharContainer(char, int)

public CharContainer(char c, int offset)

Parameters

c char
offset int

Properties

Char

public char Char { get; }

Property Value

char

Offset

public int Offset { get; }

Property Value

int