Skip to content

T_CommandLine_Core_TypeDescriptor

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

TypeDescriptor Structure

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

Syntax

C#

internal struct TypeDescriptor

VB

Friend Structure TypeDescriptor

C++

internal value class TypeDescriptor

F#

[<SealedAttribute>]
type TypeDescriptor =  struct end

The TypeDescriptor type exposes the following members.

Constructors

 

Name Description
Private method TypeDescriptor Initializes a new instance of the TypeDescriptor class
  Back to Top

Properties

 

Name Description
Public property MaxItems
Public property NextValue
Public property TargetType
  Back to Top

Methods

 

Name Description
Public methodStatic member Create
Public method Equals Indicates whether this instance and a specified object are equal. (Inherited from ValueType.)
Protected method Finalize Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.)
Public method GetHashCode Returns the hash code for this instance. (Inherited from ValueType.)
Public method GetType Gets the Type of the current instance. (Inherited from Object.)
Protected method MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Public method ToString Returns the fully qualified type name of this instance. (Inherited from ValueType.)
  Back to Top

Extension Methods

 

Name Description
Private Extension Method IsEmpty (Defined by UnParserExtensions.)
Private Extension Method NormalizeValue (Defined by UnParserExtensions.)
Public Extension Method WithNextValue (Defined by TypeDescriptorExtensions.)
  Back to Top

See Also

Reference

CommandLine.Core Namespace

Clone this wiki locally