Aardvark.Base.Coder.XmlWritingCoder.CodeFormattableList(System.Collections.Generic.List)

Here are the examples of the csharp api class Aardvark.Base.Coder.XmlWritingCoder.CodeFormattableList(System.Collections.Generic.List) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

2 Examples 7

1. Example

Project: aardvark.base
Source File: XmlWritingCoder.cs
public void CodeList_of_Float_(ref List<float> value) { CodeFormattableList(value); }

2. Example

Project: aardvark.base
Source File: XmlWritingCoder.cs
public void CodeList_of_Double_(ref List<double> value) { CodeFormattableList(value); }