Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ImportedProjects
SVG
f28f5a2ce119619ed064f4c6b0569716682a78f9
f28f5a2ce119619ed064f4c6b0569716682a78f9
Switch branch/tag
SVG
Source
External
ExCSS
Model
ISupportsMedia.cs
Find file
Normal view
History
Permalink
ISupportsMedia.cs
110 Bytes
Newer
Older
Rename namespace for ExCSS
Matt Schneeberger
committed
Jan 19, 2019
1
namespace
Svg.ExCSS.Model
CSS Support
Eric Domke
committed
Aug 01, 2014
2
3
4
5
6
7
{
interface
ISupportsMedia
{
MediaTypeList
Media
{
get
;
}
}
}