System.Runtime.CompilerServices.CollectionBuilderAttribute sealed class CollectionBuilderAttribute : Attribute Documentation Code public Type BuilderType { get; } public string MethodName { get; } public CollectionBuilderAttribute(Type builderType, string methodName)