An NDoc Documented Class Library

ScreenRepositoryCacheKey Constructor 

[Visual Basic]
Public Sub New( _ 
   ByVal title As String, _ 
   ByVal screenType As Type _ 
)
[C#]
public ScreenRepositoryCacheKey(
   string title,
   Type screenType
);
[C++]
public: ScreenRepositoryCacheKey(
   String* title,
   Type* screenType
);
[JScript]
public function ScreenRepositoryCacheKey(
   String title,
   Type screenType
);

See Also

ScreenRepositoryCacheKey Class | Repository Namespace