InternalBindingValue theElement =
(InternalBindingValue)theHashtable.get( theBindingKey );
NameComponent n = new NameComponent( theBindingKey.id, theBindingKey.kind );
NameComponent[] nlist = new NameComponent[1];
nlist[0] = n;
BindingType theType = theElement.theBindingType;
b.value =
new Binding( nlist, theType );
} else {
// Return empty but marshalable binding