Method | Description | |
---|---|---|
AppendMedium ( string newMedium ) : void |
Adds the medium newMedium to the end of the list. If the newMedium is already used, it is first removed.
|
|
DeleteMedium ( string oldMedium ) : void |
Deletes the medium indicated by oldMedium from the list.
|
|
Matches ( |
Compares this MediaList with another and see if the second fits this
|
|
MediaList ( ) : System | ||
MediaList ( string val ) : System | ||
this ( ulong index ) : string |
Returns the indexth in the list. If index is greater than or equal to the number of media in the list, this returns null.
|
Method | Description | |
---|---|---|
_clear ( ) : void | ||
_parseString ( string mediaText ) : void |
public AppendMedium ( string newMedium ) : void | ||
newMedium | string | The new medium to add. |
return | void |
public DeleteMedium ( string oldMedium ) : void | ||
oldMedium | string | The medium to delete in the media list. |
return | void |
public Matches ( |
||
inMedia | The MediaList to compare | |
return | bool |