Exemple #1
0
 public IndexerChainedSourceBinding(object source, PropertyInfo itemPropertyInfo, IndexerPropertyToken indexerPropertyToken,
                                    IList <PropertyToken> childTokens)
     : base(source, itemPropertyInfo, childTokens)
 {
     _indexerPropertyToken = indexerPropertyToken;
     UpdateChildBinding();
 }
 public IndexerLeafPropertyInfoSourceBinding(object source, PropertyInfo itemPropertyInfo, IndexerPropertyToken indexToken)
     : base(source, itemPropertyInfo)
 {
     _key = indexToken.Key;
 }