C# Class Demos.CollectionInitializerSyntax

Inheritance: IEnumerable
显示文件 Open project: prompt/preprompt-csharp

Public Properties

Property Type Description
Collections List>
Nums List
Words List

Public Methods

Method Description
Add ( IEnumerable obj ) : void
Add ( int i ) : void
Add ( string s ) : void
Print ( ) : void

Private Methods

Method Description
IEnumerable ( ) : IEnumerator
Run ( ) : void

Method Details

Add() public method

public Add ( IEnumerable obj ) : void
obj IEnumerable
return void

Add() public method

public Add ( int i ) : void
i int
return void

Add() public method

public Add ( string s ) : void
s string
return void

Print() public method

public Print ( ) : void
return void

Property Details

Collections public_oe property

public List> Collections
return List>

Nums public_oe property

public List Nums
return List

Words public_oe property

public List Words
return List