File tree Expand file tree Collapse file tree 1 file changed +0
-6
lines changed
src/Core.Common.LocalizableString Expand file tree Collapse file tree 1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -158,8 +158,6 @@ public override string ToString()
158158 /// <summary>
159159 /// ToString for languageCode
160160 /// </summary>
161- /// <param name="languageCode"></param>
162- /// <returns></returns>
163161 public string ToString ( string languageCode )
164162 {
165163 return ToString ( languageCode , false ) ;
@@ -190,8 +188,6 @@ public static implicit operator String(LocalizableString s)
190188 /// <summary>
191189 /// User-defined conversion from String to LocalizableString
192190 /// </summary>
193- /// <param name="s"></param>
194- /// <returns></returns>
195191 public static implicit operator LocalizableString ( String s )
196192 {
197193 return new LocalizableString ( s ) ;
@@ -242,8 +238,6 @@ public override int GetHashCode()
242238 /// <summary>
243239 /// CompareTo
244240 /// </summary>
245- /// <param name="other"></param>
246- /// <returns></returns>
247241 public int CompareTo ( string other )
248242 {
249243 if ( other == null && _stringCurrent == null ) return 0 ;
You can’t perform that action at this time.
0 commit comments