C# 클래스 Monobjc.Tools.Generator.Generators.ClassGenerator

Base class for class entity.
상속: TypedGenerator
파일 보기 프로젝트 열기: Monobjc/monobjc-tools

보호된 메소드들

메소드 설명
GetAllMethods ( ClassEntity classEntity, bool withOwn ) : IEnumerable

Gets all methods of the superclass and own.

GetProperties ( ClassEntity classEntity, bool withOwn ) : IEnumerable

Gets the properties of the superclass and own.

메소드 상세

GetAllMethods() 보호된 정적인 메소드

Gets all methods of the superclass and own.
protected static GetAllMethods ( ClassEntity classEntity, bool withOwn ) : IEnumerable
classEntity Monobjc.Tools.Generator.Model.ClassEntity
withOwn bool
리턴 IEnumerable

GetProperties() 보호된 정적인 메소드

Gets the properties of the superclass and own.
protected static GetProperties ( ClassEntity classEntity, bool withOwn ) : IEnumerable
classEntity Monobjc.Tools.Generator.Model.ClassEntity
withOwn bool
리턴 IEnumerable