C# 클래스 Unity.IL2CPP.StringLiterals.StringLiteralCollection

상속: IStringLiteralProvider, IStringLiteralCollection, IDisposable
파일 보기 프로젝트 열기: CarlosHBC/UnityDecompiled

공개 메소드들

메소드 설명
Add ( string literal ) : int
Dispose ( ) : void
GetIndex ( string literal ) : int
GetStringLiterals ( ) : ReadOnlyCollection

메소드 상세

Add() 공개 메소드

public Add ( string literal ) : int
literal string
리턴 int

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

GetIndex() 공개 메소드

public GetIndex ( string literal ) : int
literal string
리턴 int

GetStringLiterals() 공개 메소드

public GetStringLiterals ( ) : ReadOnlyCollection
리턴 ReadOnlyCollection