C# Class Squared.Data.Mangler.Tests.SpecialType

ファイルを表示 Open project: sq/DataMangler Class Usage Examples

Public Properties

Property Type Description
Key TangleKey
Value System.UInt32

Public Methods

Method Description
SpecialType ( TangleKey key, UInt32 value ) : System

Private Methods

Method Description
Deserialize ( DeserializationContext &context, SpecialType &output ) : void
Serialize ( SerializationContext &context, SpecialType &input ) : void

Method Details

SpecialType() public method

public SpecialType ( TangleKey key, UInt32 value ) : System
key TangleKey
value System.UInt32
return System

Property Details

Key public_oe property

public TangleKey Key
return TangleKey

Value public_oe property

public UInt32,System Value
return System.UInt32