C# 클래스 Reinforced.Typings.Generators.FieldCodeGenerator

Default code generator for fields
상속: PropertyCodeGenerator
파일 보기 프로젝트 열기: reinforced/Reinforced.Typings

보호된 메소드들

메소드 설명
GetType ( MemberInfo mi ) : Type

That's it - overriden GetType for property since properties and fields are exported to TypeScript almost same way.

메소드 상세

GetType() 보호된 메소드

That's it - overriden GetType for property since properties and fields are exported to TypeScript almost same way.
protected GetType ( MemberInfo mi ) : Type
mi System.Reflection.MemberInfo Member info (Fields behind)
리턴 System.Type