Data.Bind.ObjectScope.TNameValueGeneratorDescriptionPair
[–] Properties | |
---|---|
Type: typedef | |
Visibility: public | |
Source: Data.Bind.ObjectScope.hpp | |
Unit: Data.Bind.ObjectScope | |
Parent: Data.Bind.ObjectScope |
C++
typedef System::Generics::Collections::TPair__2<System::UnicodeString,TValueGeneratorDescription> TNameValueGeneratorDescriptionPair;
Description
TNameValueGeneratorDescriptionPair is a record representing a pair with the Key equal to name, and Value equal to TValueGeneratorDescription
.