An NDoc Documented Class Library

ControlDictionaryItems.AddSilverlightPrimary Method 

[Visual Basic]
Overridable Public Sub AddSilverlightPrimary( _ 
   ByVal testControlType As Type, _ 
   ByVal controlType As ControlType _ 
)
[C#]
public virtual void AddSilverlightPrimary(
   Type testControlType,
   ControlType controlType
);
[C++]
public: virtual void AddSilverlightPrimary(
   Type* testControlType,
   ControlType* controlType
);
[JScript]
public virtual function AddSilverlightPrimary(
   Type testControlType,
   ControlType controlType
);

See Also

ControlDictionaryItems Class | White.Core.Mappings Namespace