Sections Class

Summary

A general sections container, used to replace sections in the markdown
Assembly
Rocket.Surgery.Nuke.dll
Namespace
Rocket.Surgery.Nuke.Readme
Base Types
  • Object
graph BT Type-->Base0["Object"] Type["Sections"] class Type type-node

Syntax

public class Sections

Attributes

Type Description
NullableContextAttribute
NullableAttribute
PublicAPIAttribute

Constructors

Name Summary
Sections()

Methods

Name Value Summary
Add(IReadmeSection) Sections
Adds a new section.

Extension Methods

Name Value Summary
SetBackingValue<Sections, TV>(Expression<Func<Sections, TV>>, TV) T
Sets the backing value.
With<Sections, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) TBuilder
Adds the specified dictionary to the provided dictionary.