C# 클래스 DotNetWebSdkGeneration.Models.TypeScriptClass

파일 보기 프로젝트 열기: lukeautry/DotNetWebSDK

공개 프로퍼티들

프로퍼티 타입 설명
Name string
Properties ImmutableList
References ImmutableList

공개 메소드들

메소드 설명
TypeScriptClass ( string name, ImmutableList properties, ImmutableList references ) : System.Collections.Immutable

메소드 상세

TypeScriptClass() 공개 메소드

public TypeScriptClass ( string name, ImmutableList properties, ImmutableList references ) : System.Collections.Immutable
name string
properties ImmutableList
references ImmutableList
리턴 System.Collections.Immutable

프로퍼티 상세

Name 공개적으로 프로퍼티

public string Name
리턴 string

Properties 공개적으로 프로퍼티

public ImmutableList Properties
리턴 ImmutableList

References 공개적으로 프로퍼티

public ImmutableList References
리턴 ImmutableList