public interface IModel<T> : IModel,
ICloneable, ICoping<T>, ICloneable<T>
where T : Object, IModel<T>
Public Interface IModel(Of T As {Object, IModel(Of T)})
Inherits IModel, ICloneable, ICoping(Of T),
ICloneable(Of T)
generic<typename T>
where T : Object, IModel<T>
public interface class IModel : IModel,
ICloneable, ICoping<T>, ICloneable<T>
type IModel<'T when 'T : Object and IModel<'T>> =
interface
interface IModel
interface ICloneable
interface ICoping<'T>
interface ICloneable<'T>
end
Clone | Creates a new object that is a copy of the current instance. (Унаследован от ICloneable) |
CopyTo |
Клонирует данные объекта реализующего
интерфейс в объект target (Унаследован от ICopingT) |