Added missing MaxStackSize initialization

Thanks to igor_kourbatov who pointed this.
This commit is contained in:
Ami Bar
2014-04-15 23:32:59 +03:00
parent 0286161d40
commit d9cd7b91a4
+1
View File
@@ -47,6 +47,7 @@ namespace Amib.Threading
#if !(_SILVERLIGHT) && !(WINDOWS_PHONE)
_apartmentState = stpStartInfo._apartmentState;
#endif
_maxStackSize = stpStartInfo._maxStackSize;
}
/// <summary>