1 2 3 4
protected override Dictionary<GloballyFilteredPositionSource, DevicePosition> Reconfigure ( Dictionary<GloballyFilteredPositionSource, DevicePosition> rawPositions) { ...
C# On How to break up this long b...
by mafutrct,
July 09, 2009 11:11
1 2 3 4
/// <summary> /// Compares the content of two enumerables for equality. Order /// of elements does NOT matter. Elements may exist multiple ...
1 2 3 4
protected override Dictionary<GloballyFilteredPositionSource, DevicePosition> Reconfigure ( Dictionary<GloballyFilteredPositionSource, DevicePosition> positions) { ...
C# How to break up this long b...
A lot of refactoring finall...
1 2 3 4
/// <summary> /// Compares the content of two enumerables for equality. Order /// of elements does NOT matter. Elements may exist multiple ...
C# IEnumerable<> compari...
VS08 grants only a maintain...
1 2 3 4
public class CompositeVolume : Volume { private readonly Random Random = new Random(); ...
C# Find random point inside a ...
by mafutrct,
May 07, 2009 14:32,
1 refactoring
Volume is an abstract geome...
C# On Find the list's last satisf...
by mafutrct,
April 27, 2009 11:54
Thanks a lot to both of you...
1 2 3 4
using System; using System.Collections.Generic; using System.Linq; ...
C# Find the list's last satisf...
by mafutrct,
April 17, 2009 09:43,
4 refactorings
First of all, i'm new to th...
I fooled around with the co...