C# Class ExpressionBodiedFunctionMembers.PersonWithChildren

ファイルを表示 Open project: NikolayIT/CSharp-Tips-and-Tricks Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
PersonWithChildren ( string firstName, string lastName ) : System.Collections.Generic
this ( string name ) : PersonWithChildren

Method Details

PersonWithChildren() public method

public PersonWithChildren ( string firstName, string lastName ) : System.Collections.Generic
firstName string
lastName string
return System.Collections.Generic

this() public method

public this ( string name ) : PersonWithChildren
name string
return PersonWithChildren