Skip to content
Snippets Groups Projects

Resolve "Refactoring Marks Module"

Merged Kaj Habegger requested to merge 92-refactor-marks-overview into master
Files
23
@@ -161,7 +161,7 @@ namespace StudiApp.Annotations
/// public const string STRING_CONST = "1";
/// }
///
/// public class Class1
/// public class MarksOperationsBaseViewModel
/// {
/// [ValueProvider("TestNamespace.Constants")] public int myField;
/// public void Foo([ValueProvider("TestNamespace.Constants")] string str) { }