- T
- Any type.
AdaptiveStringBuilderUtilities.AppendCollection(AdaptiveStringBuilder,ICollection,Func) - метод Смотри также Terrasoft.Common - пространство имен > AdaptiveStringBuilderUtilities - класс > AppendCollection - метод : AppendCollection(AdaptiveStringBuilder,ICollection,Func) - метод C#
- source
- The instance to which the collection is being added.
- collection
- The collection of objects added.
- func
- Type of function.
Glossary Item Box
[Extension()] public static void AppendCollection<T>( AdaptiveStringBuilder source, ICollection<T> collection, Func<T,string> func )
Параметры
- source
- The instance to which the collection is being added.
- collection
- The collection of objects added.
- func
- Type of function.
Типы обобщений
- T
- Any type.
Extensible method.