Mercurial > pub > ImplabNet
diff Implab/Components/LazyAndWeak.cs @ 264:3a6e18c432be v3
Added XmlToJson xsl transformation.
Added JsonXmlReader.CreateJsonXmlReader(...) methods
Added SerializationHelpers.SerializeJson/DeserializeJson methods
author | cin |
---|---|
date | Mon, 16 Apr 2018 18:43:49 +0300 |
parents | 76e8f2ba12b8 |
children |
line wrap: on
line diff
--- a/Implab/Components/LazyAndWeak.cs Mon Apr 16 02:12:57 2018 +0300 +++ b/Implab/Components/LazyAndWeak.cs Mon Apr 16 18:43:49 2018 +0300 @@ -8,6 +8,7 @@ /// <remarks> /// Usefull when dealing with memory-intensive objects which are frequently used. /// This class is similar to <see cref="ObjectPool{T}"/> except it is a singleton. + /// This class can't be used to hold diposable objects. /// </remarks> public class LazyAndWeak<T> where T : class {