Пример #1
0
        private void WriteTypeAttributeDescription(ITypeAttribute attribute)
        {
            var bodyTypeInfos = attribute.GetTypes();

            foreach (var bodyTypeInfo in bodyTypeInfos)
            {
                WriteBodyTypeInfo(bodyTypeInfo);
                _builder.AppendLine();
            }
        }