C# Class Microsoft.Protocols.TestSuites.MS_OXCFXICS.NamedPropInfo

The NamedPropInfo class.
Inheritance: LexicalBase
Afficher le fichier Open project: OfficeDev/Interop-TestSuites Class Usage Examples

Méthodes publiques

Méthode Description
ConsumeNext ( FastTransferStream stream ) : void

Deserialize next object from a FastTransferStream.

DeserializeFrom ( FastTransferStream stream ) : LexicalBase

Deserialize a NamedPropInfo instance from a FastTransferStream.

NamedPropInfo ( FastTransferStream stream ) : System

Initializes a new instance of the NamedPropInfo class.

Method Details

ConsumeNext() public méthode

Deserialize next object from a FastTransferStream.
public ConsumeNext ( FastTransferStream stream ) : void
stream FastTransferStream A FastTransferStream.
Résultat void

DeserializeFrom() public static méthode

Deserialize a NamedPropInfo instance from a FastTransferStream.
public static DeserializeFrom ( FastTransferStream stream ) : LexicalBase
stream FastTransferStream A FastTransferStream.
Résultat LexicalBase

NamedPropInfo() public méthode

Initializes a new instance of the NamedPropInfo class.
public NamedPropInfo ( FastTransferStream stream ) : System
stream FastTransferStream A FastTransferStream.
Résultat System