From bbe2afe5b1757b2f1bcfc747a0941ec6eb4c60e2 Mon Sep 17 00:00:00 2001 From: fcolin Date: Thu, 1 Feb 2007 09:49:23 +0000 Subject: Utilisateur : Fcolin Date : 6/06/06 Heure : 17:47 Archivé dans $/CSharp/Ivy/Ivy Commentaire: ajout accesseur indexe (vss 2) --- CSharp/Ivy/Ivy/IvyEventArgs.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CSharp/Ivy') diff --git a/CSharp/Ivy/Ivy/IvyEventArgs.cs b/CSharp/Ivy/Ivy/IvyEventArgs.cs index a4f033a..fe0196d 100644 --- a/CSharp/Ivy/Ivy/IvyEventArgs.cs +++ b/CSharp/Ivy/Ivy/IvyEventArgs.cs @@ -70,6 +70,10 @@ namespace IvyBus { get { return args; } } + public string this[int i] + { + get { return args[i]; } + } public IvyMessageEventArgs(IvyClient app, int id, string[] args) { this.cleint = app; -- cgit v1.1