C# Class ExpressionBodiedFunctionMembers.PersonWithChildren

Afficher le fichier Open project: NikolayIT/CSharp-Tips-and-Tricks Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
PersonWithChildren ( string firstName, string lastName ) : System.Collections.Generic
this ( string name ) : PersonWithChildren

Method Details

PersonWithChildren() public méthode

public PersonWithChildren ( string firstName, string lastName ) : System.Collections.Generic
firstName string
lastName string
Résultat System.Collections.Generic

this() public méthode

public this ( string name ) : PersonWithChildren
name string
Résultat PersonWithChildren