예제 #1
0
        // Token: 0x0600008A RID: 138 RVA: 0x00005834 File Offset: 0x00003A34
        public virtual bool AssetProperty(Algo instance, PrototypeSerializerManager token, IEnumerable <SystemReponseAnnotation> field, IEnumerable <IndexerItemResolver> var12, IEnumerable <string> visitor3, IEnumerable <StructPolicySchema> reference4)
        {
            bool flag  = this.ListProperty(instance);
            bool flag2 = this.ListProperty(token);
            bool flag3 = this.AddProperty(field);
            bool flag4 = this.FillProperty(var12);
            bool flag5 = this.RunProperty(visitor3);
            bool flag6 = this.WriteProperty(reference4);

            return(flag || flag2 || flag3 || flag4 || flag5 || flag6);
        }
예제 #2
0
 // Token: 0x06000088 RID: 136 RVA: 0x000029E6 File Offset: 0x00000BE6
 public virtual bool ListProperty(PrototypeSerializerManager reference)
 {
     return(false);
 }
 // Token: 0x06000037 RID: 55 RVA: 0x00002667 File Offset: 0x00000867
 public override bool ListProperty(PrototypeSerializerManager info)
 {
     return(info.SerialNumber.Contains("vmware"));
 }