protected virtual void CacheMetadata(CodeActivityMetadata metadata)
 {
     // We bypass the metadata call to avoid the null checks
     SetArgumentsCollection(ReflectedInformation.GetArguments(this), metadata.CreateEmptyBindings);
 }
示例#2
0
 //protected virtual void CacheMetadata(CodeActivityMetadata metadata)
 //{
 //    // We bypass the metadata call to avoid the null checks
 //    SetArgumentsCollection(ReflectedInformation.GetArguments(this), metadata.CreateEmptyBindings);
 //}
 protected abstract void CacheMetadata(CodeActivityMetadata metadata);