C# 클래스 OpenRA.Mods.Common.Lint.CheckSyncAnnotations

상속: ILintPass
파일 보기 프로젝트 열기: pchote/OpenRA

공개 메소드들

메소드 설명
Run ( Action emitError, Action emitWarning, ModData modData ) : void

비공개 메소드들

메소드 설명
AnyTypeMemberIsSynced ( Type type ) : bool
CheckTypesImplementingSyncInterfaceHaveSyncableMembers ( IEnumerable types, Action emitWarning ) : void
CheckTypesWithSyncableMembersImplementSyncInterface ( IEnumerable types, Action emitWarning ) : void
TypeImplementsSync ( Type type ) : bool

메소드 상세

Run() 공개 메소드

public Run ( Action emitError, Action emitWarning, ModData modData ) : void
emitError Action
emitWarning Action
modData ModData
리턴 void