Test additional content header

TagCreate Method

Creates new Tag.

Definition

Namespace: Fluent.Calculations.Primitives.BaseTypes
Assembly: Fluent.Calculations.Primitives (in Fluent.Calculations.Primitives.dll) Version: 1.1.0-aplha
public static Tag Create(
	string name
)

Parameters

name  String
Tag name.

Return Value

Tag
New instance of a Tag wit the provided name.

See Also