C# 클래스 stm32_bsp_generator.RegisterParserErrors.ErrorBase

파일 보기 프로젝트 열기: sysprogs/BSPTools

공개 프로퍼티들

프로퍼티 타입 설명
FileName string
LineContents string
LineNumber int

보호된 메소드들

메소드 설명
ErrorBase ( ) : System

메소드 상세

ErrorBase() 보호된 메소드

protected ErrorBase ( ) : System
리턴 System

프로퍼티 상세

FileName 공개적으로 프로퍼티

public string FileName
리턴 string

LineContents 공개적으로 프로퍼티

public string LineContents
리턴 string

LineNumber 공개적으로 프로퍼티

public int LineNumber
리턴 int