Пример #1
0
        private void AddNodeToLabelsToProto()
        {
            MaybeInitBuilder();
            builder.ClearNodeToLabels();
            if (nodeToLabels == null)
            {
                return;
            }
            IEnumerable <YarnProtos.NodeIdToLabelsProto> iterable = new _IEnumerable_84(this);

            builder.AddAllNodeToLabels(iterable);
        }
Пример #2
0
 public _IEnumerator_87(_IEnumerable_84 _enclosing)
 {
     this._enclosing = _enclosing;
     this.iter       = this._enclosing._enclosing.nodeToLabels.GetEnumerator();
 }