C# 클래스 Demos.CollectionInitializerSyntax

상속: IEnumerable
파일 보기 프로젝트 열기: prompt/preprompt-csharp

공개 프로퍼티들

프로퍼티 타입 설명
Collections List>
Nums List
Words List

공개 메소드들

메소드 설명
Add ( IEnumerable obj ) : void
Add ( int i ) : void
Add ( string s ) : void
Print ( ) : void

비공개 메소드들

메소드 설명
IEnumerable ( ) : IEnumerator
Run ( ) : void

메소드 상세

Add() 공개 메소드

public Add ( IEnumerable obj ) : void
obj IEnumerable
리턴 void

Add() 공개 메소드

public Add ( int i ) : void
i int
리턴 void

Add() 공개 메소드

public Add ( string s ) : void
s string
리턴 void

Print() 공개 메소드

public Print ( ) : void
리턴 void

프로퍼티 상세

Collections 공개적으로 프로퍼티

public List> Collections
리턴 List>

Nums 공개적으로 프로퍼티

public List Nums
리턴 List

Words 공개적으로 프로퍼티

public List Words
리턴 List