Skip to content

P_CSharpx_Either_2_Tag

Moh.Hassan edited this page Oct 10, 2019 · 1 revision

Either(TLeft, TRight).Tag Property

Namespace: CSharpx
Assembly: CommandLine (in CommandLine.dll) Version: 0.0.0

Syntax

C#

public EitherType Tag { get; }

VB

Public ReadOnly Property Tag As EitherType
	Get

C++

public:
property EitherType Tag {
	EitherType get ();
}

F#

member Tag : EitherType with get

Property Value

Type: EitherType

See Also

Reference

Either(TLeft, TRight) Class
CSharpx Namespace

Clone this wiki locally