diff options
| author | mo k <mo@mokhan.ca> | 2012-05-30 22:26:04 -0600 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2012-05-30 22:26:04 -0600 |
| commit | 18db302a64ad5ace63861a427ea66e0d29af14f3 (patch) | |
| tree | 39959e18f75fe029a20277b7549cff982136542b /src/core/extensions/Casting.cs | |
| parent | c156ffcd25324e4fd49345b7d76df012f8dc1dd9 (diff) | |
register subscribers of different events.main
Diffstat (limited to 'src/core/extensions/Casting.cs')
| -rwxr-xr-x | src/core/extensions/Casting.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/extensions/Casting.cs b/src/core/extensions/Casting.cs index 24c12a6..03f6047 100755 --- a/src/core/extensions/Casting.cs +++ b/src/core/extensions/Casting.cs @@ -2,7 +2,7 @@ namespace core.extensions {
public static class Casting
{
- public static T DowncastTo<T>(this object item) where T : class
+ public static T downcast_to<T>(this object item) where T : class
{
return item as T;
}
|
