Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/api-doc-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mdoc/mdoc.Test/SampleClasses/SomeStruct.cs')
-rw-r--r--mdoc/mdoc.Test/SampleClasses/SomeStruct.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/mdoc/mdoc.Test/SampleClasses/SomeStruct.cs b/mdoc/mdoc.Test/SampleClasses/SomeStruct.cs
index 74bf4c45..49fa8900 100644
--- a/mdoc/mdoc.Test/SampleClasses/SomeStruct.cs
+++ b/mdoc/mdoc.Test/SampleClasses/SomeStruct.cs
@@ -5,6 +5,5 @@
public int IntMember;
public static int StaticMember;
public TestClass TestClassMember;
- public string Property { get; }
}
} \ No newline at end of file