C# 클래스 Nintenlord.Event_Assembler.Core.Collections.DefineCollectionOld

Collection for containing defines and macros
상속: IDefineCollection
파일 보기 프로젝트 열기: Diegoisawesome/AwesomeMapEditor-old

Private Properties

프로퍼티 타입 설명
GetIndex int

공개 메소드들

메소드 설명
Add ( string original, string replacer ) : void
AddRange ( string original ) : void
ApplyDefines ( string original, string &newString ) : bool
ContainsName ( string item ) : bool
DefineCollectionOld ( ) : System
DefineCollectionOld ( int capacity ) : System
DefineCollectionOld ( string predefined ) : System
GetReplacer ( string item ) : string
GetReplacer ( string item, string parameters ) : string
GetReplacerAndParameters ( string item, string parameters ) : string[]>.KeyValuePair
IsValidName ( string name ) : bool
Remove ( string original ) : void

비공개 메소드들

메소드 설명
GetIndex ( string item, int numberOfParameters ) : int

메소드 상세

Add() 공개 메소드

public Add ( string original, string replacer ) : void
original string
replacer string
리턴 void

AddRange() 공개 메소드

public AddRange ( string original ) : void
original string
리턴 void

ApplyDefines() 공개 메소드

public ApplyDefines ( string original, string &newString ) : bool
original string
newString string
리턴 bool

ContainsName() 공개 메소드

public ContainsName ( string item ) : bool
item string
리턴 bool

DefineCollectionOld() 공개 메소드

public DefineCollectionOld ( ) : System
리턴 System

DefineCollectionOld() 공개 메소드

public DefineCollectionOld ( int capacity ) : System
capacity int
리턴 System

DefineCollectionOld() 공개 메소드

public DefineCollectionOld ( string predefined ) : System
predefined string
리턴 System

GetReplacer() 공개 메소드

public GetReplacer ( string item ) : string
item string
리턴 string

GetReplacer() 공개 메소드

public GetReplacer ( string item, string parameters ) : string
item string
parameters string
리턴 string

GetReplacerAndParameters() 공개 메소드

public GetReplacerAndParameters ( string item, string parameters ) : string[]>.KeyValuePair
item string
parameters string
리턴 string[]>.KeyValuePair

IsValidName() 공개 메소드

public IsValidName ( string name ) : bool
name string
리턴 bool

Remove() 공개 메소드

public Remove ( string original ) : void
original string
리턴 void