An NDoc Documented Class Library

ControlDictionaryItem.SilverlightPrimary Method 

[Visual Basic]
Shared Public Function SilverlightPrimary( _ 
   ByVal testControlType As Type, _ 
   ByVal controlType As ControlType _ 
) As ControlDictionaryItem
[C#]
public static ControlDictionaryItem SilverlightPrimary(
   Type testControlType,
   ControlType controlType
);
[C++]
public: static ControlDictionaryItem* SilverlightPrimary(
   Type* testControlType,
   ControlType* controlType
);
[JScript]
public static function SilverlightPrimary(
   Type testControlType,
   ControlType controlType
): ControlDictionaryItem;

See Also

ControlDictionaryItem Class | White.Core.Mappings Namespace