로딩
티스토리 데이터 처리 중입니다.

[Blazor] @implements 생성클래스의 인터페이스를 구현

 [Blazor] @implements 생성클래스의 인터페이스를 구현

@implements 지시문은 생성 클래스의 인터페이스를 구현합니다. IDisposable클래스의 인터페이스 메서드를 추가하는 예제입니다.

@implements IDisposable 샘플 @functions { private bool _isDisposed; ... public void Dispose() => _isDisposed = true; }...

[Blazor] @implements 생성클래스의 인터페이스를 구현에 대한 요약내용입니다.

자세한 내용은 아래에 원문링크를 확인해주시기 바랍니다.