PageRenderTime 40ms CodeModel.GetById 12ms RepoModel.GetById 1ms app.codeStats 0ms

/Source/Bifrost.Specs/Serialization/for_Serializer/ISomething.cs

#
C# | 7 lines | 6 code | 1 blank | 0 comment | 0 complexity | d2e85c39d106f0e321633637a0e91cf2 MD5 | raw file
Possible License(s): CC-BY-SA-3.0
  1. namespace Bifrost.Specs.Serialization.for_Serializer
  2. {
  3. public interface ISomething
  4. {
  5. }
  6. }