Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Question About Interface
Message
From
25/05/2007 17:38:34
 
 
To
All
General information
Forum:
ASP.NET
Category:
Other
Title:
Question About Interface
Environment versions
Environment:
C# 2.0
OS:
Windows XP SP2
Miscellaneous
Thread ID:
01228619
Message ID:
01228619
Views:
65
Hi

I've a question

How I make to use parameters interfaces

ie :

public interface IMember
{
string name{get;set;}
string Phone {get;set;}
}

public class MemberProfile
{
public void GetData(IMember iProfile)
{
}
}

How I make to use that.

Tahnk`s
Daniel Vargas.
MCP - Microsoft Certified Professional

"El callar y escuchar es cosa de sabios por ello nuestro grito nace de silencio consciente fuerte y elocuente... vivir de manera diferente es morir siendo libre"

Elkin Ramirez-Kraken

My Blog
Next
Reply
Map
View

Click here to load this message in the networking platform