Initialize() public méthode

public Initialize ( BinaryOpStorage comparisonStorage, RubyContext context, object begin, object end, bool excludeEnd ) : void
comparisonStorage BinaryOpStorage
context RubyContext
begin object
end object
excludeEnd bool
Résultat void
Exemple #1
0
 public static Range/*!*/ Reinitialize(BinaryOpStorage/*!*/ comparisonStorage, 
     RubyContext/*!*/ context, Range/*!*/ self, object begin, object end, [Optional]bool excludeEnd) {
     self.Initialize(comparisonStorage, context, begin, end, excludeEnd);
     return self;
 }
Exemple #2
0
 public static Range /*!*/ Reinitialize(BinaryOpStorage /*!*/ comparisonStorage,
                                        RubyContext /*!*/ context, Range /*!*/ self, object begin, object end, [Optional] bool excludeEnd)
 {
     self.Initialize(comparisonStorage, context, begin, end, excludeEnd);
     return(self);
 }
Exemple #3
0
 public static Range/*!*/ Reinitialize(RubyContext/*!*/ context, Range/*!*/ self, object begin, object end, [Optional]bool excludeEnd) {
     self.Initialize(context, begin, end, excludeEnd);
     return self;
 }
Exemple #4
0
 public static Range /*!*/ Reinitialize(RubyContext /*!*/ context, Range /*!*/ self, object begin, object end, [Optional] bool excludeEnd)
 {
     self.Initialize(context, begin, end, excludeEnd);
     return(self);
 }