C# 클래스 System.Html.MediaList

파일 보기 프로젝트 열기: Saltarelle/SaltarelleWeb

Private Properties

프로퍼티 타입 설명
GetEnumerator IEnumerator
MediaList System.Collections.Generic
this string

공개 메소드들

메소드 설명
AppendMedium ( string newMedium ) : void
DeleteMedium ( string oldMedium ) : void
Item ( int index ) : string

비공개 메소드들

메소드 설명
GetEnumerator ( ) : IEnumerator
MediaList ( ) : System.Collections.Generic
this ( int index ) : string

메소드 상세

AppendMedium() 공개 메소드

public AppendMedium ( string newMedium ) : void
newMedium string
리턴 void

DeleteMedium() 공개 메소드

public DeleteMedium ( string oldMedium ) : void
oldMedium string
리턴 void

Item() 공개 메소드

public Item ( int index ) : string
index int
리턴 string