C# Class MimeKit.Header.BrokenWord

Exibir arquivo Open project: jstedfast/MimeKit

Public Properties

Property Type Description
Length int
StartIndex int
Text char[]

Public Methods

Method Description
BrokenWord ( char text, int startIndex, int length ) : System

Method Details

BrokenWord() public method

public BrokenWord ( char text, int startIndex, int length ) : System
text char
startIndex int
length int
return System

Property Details

Length public_oe property

public int Length
return int

StartIndex public_oe property

public int StartIndex
return int

Text public_oe property

public char[] Text
return char[]