コード例 #1
0
 public IGettableAssigner GetAssigner(GetVariablesAssigner getAssigner) => CodeType.GetRealType(getAssigner.TypeLinker).GetGettableAssigner(new AssigningAttributes()
 {
     Name         = (getAssigner.Tag ?? string.Empty) + Var.Name,
     Extended     = Var.InExtendedCollection,
     ID           = Var.ID,
     IsGlobal     = getAssigner.IsGlobal,
     StoreType    = Var.StoreType,
     VariableType = Var.VariableType,
     DefaultValue = Var.InitialValue
 });
コード例 #2
0
 public IGettableAssigner GetAssigner(GetVariablesAssigner getAssigner) => throw new NotImplementedException();
コード例 #3
0
 public IGettableAssigner GetAssigner(GetVariablesAssigner getAssigner) => CodeType.GetGettableAssigner(new AssigningAttributes());