C# Class MimeKit.Header.BrokenWord

Afficher le fichier Open project: jstedfast/MimeKit

Méthodes publiques

Свойство Type Description
Length int
StartIndex int
Text char[]

Méthodes publiques

Méthode Description
BrokenWord ( char text, int startIndex, int length ) : System

Method Details

BrokenWord() public méthode

public BrokenWord ( char text, int startIndex, int length ) : System
text char
startIndex int
length int
Résultat System

Property Details

Length public_oe property

public int Length
Résultat int

StartIndex public_oe property

public int StartIndex
Résultat int

Text public_oe property

public char[] Text
Résultat char[]