public delegate void StringListEvent(IStringList sender); public interface IStringList{ void Add(string s); //함수 int Count { get; set; } //속성 event StringListEvent Changed; //이벤트 string this[int index] { get; set; } //인덱서 } Related posts WP7 – 오디오 출력하기 C# 개념잡기 – DataBinding C# – Base64로 File Encoding / Decoding C# 개념잡기 – Delegate C# – IP Address, MAC Address 구하기 C# – MDI 부모창 스크롤 제거 태그# c## interface 이전 글 C# - 대화상자 다음 글 C# - 콤보박스 채우기 댓글 남기기응답 취소