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# - IP Address, MAC Address 구하기 C# 개념잡기 - Delegate C# - ListView 컬럼 클릭 시 정렬하기 광고 이전 글 C# - 대화상자 다음 글 C# - 콤보박스 채우기 댓글 남기기응답 취소