C# Class TastyDomainDriven.DataWithName

Afficher le fichier Open project: jaceenet/TastyDomainDriven

Méthodes publiques

Свойство Type Description
Data byte[]
Name string

Méthodes publiques

Méthode Description
DataWithName ( string name, byte data )

Method Details

DataWithName() public méthode

public DataWithName ( string name, byte data )
name string
data byte

Property Details

Data public_oe property

public byte[] Data
Résultat byte[]

Name public_oe property

public string Name
Résultat string