C# Class FluentCassandra.Types.VoidType

The purpose of this type is to act as a stub for passing in to generics when a certain part of the generic is not required.
Inheritance: CassandraObject
Afficher le fichier Open project: nativex/fluentcassandra

Méthodes publiques

Méthode Description
GetValue ( ) : object
SetValue ( object obj ) : void
SetValueFromBigEndian ( byte value ) : void
ToBigEndian ( ) : byte[]
ToString ( ) : string

Méthodes protégées

Méthode Description
GetValueInternal ( Type type ) : object

Method Details

GetValue() public méthode

public GetValue ( ) : object
Résultat object

GetValueInternal() protected méthode

protected GetValueInternal ( Type type ) : object
type System.Type
Résultat object

SetValue() public méthode

public SetValue ( object obj ) : void
obj object
Résultat void

SetValueFromBigEndian() public méthode

public SetValueFromBigEndian ( byte value ) : void
value byte
Résultat void

ToBigEndian() public méthode

public ToBigEndian ( ) : byte[]
Résultat byte[]

ToString() public méthode

public ToString ( ) : string
Résultat string