From a56e30c8d33048216567753d9d3fefc2152af8ac Mon Sep 17 00:00:00 2001 From: Jiyoung Yun Date: Thu, 13 Apr 2017 14:17:19 +0900 Subject: Imported Upstream version 2.0.0.11353 --- .../WindowsRuntime/ICustomProperty.cs | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/ICustomProperty.cs') diff --git a/src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/ICustomProperty.cs b/src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/ICustomProperty.cs index 88472a46b8..3ff4ffd098 100644 --- a/src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/ICustomProperty.cs +++ b/src/mscorlib/src/System/Runtime/InteropServices/WindowsRuntime/ICustomProperty.cs @@ -19,34 +19,34 @@ namespace System.Runtime.InteropServices.WindowsRuntime [Pure] get; } - - string Name - { + + string Name + { [Pure] - get; + get; } [Pure] object GetValue(object target); void SetValue(object target, object value); - + [Pure] object GetValue(object target, object indexValue); - + void SetValue(object target, object value, object indexValue); - - bool CanWrite - { + + bool CanWrite + { [Pure] - get; + get; } - bool CanRead - { + bool CanRead + { [Pure] - get; - } + get; + } } } - + -- cgit v1.2.3