Class Ema
Ema 0.5 버전의 데이터입니다.
public sealed class Ema : IEma
- 상속
-
Ema
- 구현
필드
annotations
레이블이 지정된 데이터.
public List<Annotation> annotations
blocks
Mega block 정보.
public List<Block> blocks
extensions
데이터 확장 정보.
public Optional<List<string>> extensions
generatedBy
데이터 작성자 정보.
public string generatedBy
속성
Version
데이터 버전.
public Version Version { get; }
메서드
GetAnnotations()
모든 주석 데이터를 가져오세요.
public List<IAnnotation> GetAnnotations()