Interface ICustomSilverlightTypesProvider
Namespace: ArtOfTest.Common.Extensibility
Assembly: ArtOfTest.WebAii.dll
Syntax
public interface ICustomSilverlightTypesProvider
Methods
GetCustomSilverlightTypes()
Declaration
Dictionary<string, MemoryStream> GetCustomSilverlightTypes()
Returns
System.Collections.Generic.Dictionary<System.String, System.IO.MemoryStream>
|