Enhanced C#
Language of your choice: library documentation

Documentation moved to ecsharp.net

GitHub doesn't support HTTP redirects, so you'll be redirected in 3 seconds.

 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Public Member Functions | List of all members
Loyc.ICloneable< out T > Interface Template Reference

Interface for types that can duplicate themselves. More...


Source file:
Inheritance diagram for Loyc.ICloneable< out T >:
Loyc.Collections.AList< T > Loyc.Collections.AListBase< T > Loyc.Collections.ArraySlice< T > Loyc.Collections.BDictionary< K, V > Loyc.Collections.BList< T > Loyc.Collections.DList< T > Loyc.Collections.FVList< T > Loyc.Collections.FWList< T > Loyc.Collections.IBRange< out T > Loyc.Collections.IBRangeEx< T > Loyc.Collections.IFRange< out T > Loyc.Collections.Impl.InternalDList< T > Loyc.Collections.Impl.InternalList< T > Loyc.Collections.IRange< out T > Loyc.Collections.IRangeEx< T > Loyc.Collections.ListSlice< T > Loyc.Collections.MMap< K, V > Loyc.Collections.MSet< T > Loyc.Collections.NegListSlice< T > Loyc.Collections.Slice_< T > Loyc.Collections.SparseAList< T > Loyc.Collections.StringSlice Loyc.Collections.VList< T > Loyc.Collections.WList< T > Loyc.Geometry.BoundingBox< T > Loyc.LLParserGenerator.LLParserGenerator.Transition Loyc.LLParserGenerator.Pred Loyc.MessageHolder Loyc.Syntax.DescendantsFrame Loyc.Syntax.Les.LesLexer Loyc.Syntax.Lexing.IToken< TT > Loyc.Syntax.Lexing.TokenTree Loyc.Syntax.LNode Loyc.UString

Remarks

Interface for types that can duplicate themselves.

Template Parameters
TNormally T is the type that implements this interface.

Public Member Functions

Clone ()