Même si j'ai du mal à croire aux miracles promis par Linky, j'ai encore plus de mal à croire à ses inconvénients. Bref, pour moi ça va un peu simplifier la vie d'Enedis, mais c'est à peu près tout…

<<< Kernel Extremis©®™ >>> et Inventeur de la différence administratif/judiciaire ! (©Yoshi Noir)
<Vertyos> un poil plus mais elle suce bien quand même la mienne ^^
<Sabrina`> tinkiete flan c juste qu'ils sont jaloux que je te trouve aussi appétissant
Pen^2 Le 28/10/2016 à 02:00 Ouais demain j'ai un réunion de bonne heure, va falloir que j'arrête mais c'est passionnant.
C'est là qu'on voit que la qualité des profs est un peu importante...
echo "dayN=$day colN=$col rowN=$row ";
else if (OUTSIDE_HULL(side))

HURRRR !
#region Implementation of ICustomTypeDescriptor
public object GetPropertyOwner(PropertyDescriptor pd) => this;
public AttributeCollection GetAttributes() => TypeDescriptor.GetAttributes(this, true);
public string GetClassName() => TypeDescriptor.GetClassName(this, true);
public string GetComponentName() => TypeDescriptor.GetComponentName(this, true);
public TypeConverter GetConverter() => TypeDescriptor.GetConverter(this, true);
public EventDescriptor GetDefaultEvent() => TypeDescriptor.GetDefaultEvent(this, true);
public PropertyDescriptor GetDefaultProperty() => TypeDescriptor.GetDefaultProperty(this, true);
public object GetEditor(Type editorBaseType) => TypeDescriptor.GetEditor(this, editorBaseType, true);
public EventDescriptorCollection GetEvents(Attribute[] attributes) => TypeDescriptor.GetEvents(this, attributes, true);
public EventDescriptorCollection GetEvents() => TypeDescriptor.GetEvents(this, true);
public PropertyDescriptorCollection GetProperties() => GetProperties(new Attribute[0]);
public PropertyDescriptorCollection GetProperties(Attribute[] attributes)
{
// Populate the cache now
// Cannot be done at construction time because of the order in which files load - which cannot be predicted.
if (_fields.Count == 0)
foreach (var fieldInfo in typeof(T).GetFields())
_fields[fieldInfo.Name] = fieldInfo.GetValue(Value);
var properties = _fields.Select(pair => new DynamicPropertyDescriptor(this, pair.Key, pair.Value.GetType(), attributes));
return new PropertyDescriptorCollection(properties.ToArray(), true);
}
#endregion

TrimBlendedFrames = false;

HURRRR !