| Visual Basic (Declaration) | |
|---|---|
Public Interface ICloneable(Of T As ICloneable(Of T))  | |
| C# | |
|---|---|
public interface ICloneable<T> where T: ICloneable<T>  | |
- T
 
Target Platforms: Windows XP, Windows Server 2003, Windows Vista, Windows Server 2008, Windows 7
Reference
ICloneable<T> MembersCSharpTest.Net.Interfaces Namespace