mirror of
https://github.com/ZuneDev/ZuneShell.dll.git
synced 2026-07-27 13:11:51 -07:00
Removed unnecessary casts
This commit is contained in:
@@ -25,7 +25,7 @@ namespace Microsoft.Iris.Markup
|
||||
if (this._parameterNames[index] == name)
|
||||
return this._parameterValues[index];
|
||||
}
|
||||
return (object)null;
|
||||
return null;
|
||||
}
|
||||
|
||||
public void WriteParameter(string name, object value)
|
||||
|
||||
Reference in New Issue
Block a user