Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Strings_Linq.Generated.cs « System.Reactive.Linq « Source « NET « Rx - github.com/mono/rx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 79f2dfbab99116df3546c07d62e1933dace1212e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
/*
 * This file is manually generated upon every change to the corresponding .resx file, using the built-in code generator.
 * However, we can't use auto-generated code because the output is different for .NET 4.5 for Metro and PLIB, due to
 * changes in the reflection APIs (search for CRIPPLED_REFLECTION in this file), and because regeneration doesn't happen
 * as part of build, but rather at design time in Visual Studio. While we likely could tweak MSBuild to force regeneration
 * using the right version of ResGen.exe, this approach turned out to be the easiest for the time being.
 * 
 * Upon adding entries to the ResX file, regenerate this file, put this comment back, and make sure to add the #if checks
 * for conditional use of the right flavor of reflection (using the CRIPPLED_REFLECTION defined symbol).
 */

// Required for the use of the GetTypeInfo extension method.
#if CRIPPLED_REFLECTION
using System.Reflection;
#endif

// GENERATED CODE starts here

namespace System.Reactive
{
    using System;


    /// <summary>
    ///   A strongly-typed resource class, for looking up localized strings, etc.
    /// </summary>
    // This class was auto-generated by the StronglyTypedResourceBuilder
    // class via a tool like ResGen or Visual Studio.
    // To add or remove a member, edit your .ResX file then rerun ResGen
    // with the /str option, or rebuild your VS project.
    [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")]
    [global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
    [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
    internal class Strings_Linq
    {

        private static global::System.Resources.ResourceManager resourceMan;

        private static global::System.Globalization.CultureInfo resourceCulture;

        [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")]
        internal Strings_Linq()
        {
        }

        /// <summary>
        ///   Returns the cached ResourceManager instance used by this class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Resources.ResourceManager ResourceManager
        {
            get
            {
                if (object.ReferenceEquals(resourceMan, null))
                {
#if CRIPPLED_REFLECTION
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Reactive.Strings_Linq", typeof(Strings_Linq).GetTypeInfo().Assembly);
#else
                    global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("System.Reactive.Strings_Linq", typeof(Strings_Linq).Assembly);
#endif
                    resourceMan = temp;
                }
                return resourceMan;
            }
        }

        /// <summary>
        ///   Overrides the current thread's CurrentUICulture property for all
        ///   resource lookups using this strongly typed resource class.
        /// </summary>
        [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)]
        internal static global::System.Globalization.CultureInfo Culture
        {
            get
            {
                return resourceCulture;
            }
            set
            {
                resourceCulture = value;
            }
        }

        /// <summary>
        ///   Looks up a localized string similar to Could not find event &apos;{0}&apos; on object of type &apos;{1}&apos;..
        /// </summary>
        internal static string COULD_NOT_FIND_INSTANCE_EVENT
        {
            get
            {
                return ResourceManager.GetString("COULD_NOT_FIND_INSTANCE_EVENT", resourceCulture);
            }
        }

        /// <summary>
        ///   Looks up a localized string similar to Could not find event &apos;{0}&apos; on type &apos;{1}&apos;..
        /// </summary>
        internal static string COULD_NOT_FIND_STATIC_EVENT
        {
            get
            {
                return ResourceManager.GetString("COULD_NOT_FIND_STATIC_EVENT", resourceCulture);
            }
        }

        /// <summary>
        ///   Looks up a localized string similar to Add method should take 1 parameter..
        /// </summary>
        internal static string EVENT_ADD_METHOD_SHOULD_TAKE_ONE_PARAMETER
        {
            get
            {
                return ResourceManager.GetString("EVENT_ADD_METHOD_SHOULD_TAKE_ONE_PARAMETER", resourceCulture);
            }
        }

        /// <summary>
        ///   Looks up a localized string similar to The second parameter of the event delegate must be assignable to &apos;{0}&apos;..
        /// </summary>
        internal static string EVENT_ARGS_NOT_ASSIGNABLE
        {
            get
            {
                return ResourceManager.GetString("EVENT_ARGS_NOT_ASSIGNABLE", resourceCulture);
            }
        }

        /// <summary>
        ///   Looks up a localized string similar to Event is missing the add method..
        /// </summary>
        internal static string EVENT_MISSING_ADD_METHOD
        {
            get
            {
                return ResourceManager.GetString("EVENT_MISSING_ADD_METHOD", resourceCulture);
            }
        }

        /// <summary>
        ///   Looks up a localized string similar to Event is missing the remove method..
        /// </summary>
        internal static string EVENT_MISSING_REMOVE_METHOD
        {
            get
            {
                return ResourceManager.GetString("EVENT_MISSING_REMOVE_METHOD", resourceCulture);
            }
        }

        /// <summary>
        ///   Looks up a localized string similar to The event delegate must have a void return type..
        /// </summary>
        internal static string EVENT_MUST_RETURN_VOID
        {
            get
            {
                return ResourceManager.GetString("EVENT_MUST_RETURN_VOID", resourceCulture);
            }
        }

        /// <summary>
        ///   Looks up a localized string similar to The event delegate must have exactly two parameters..
        /// </summary>
        internal static string EVENT_PATTERN_REQUIRES_TWO_PARAMETERS
        {
            get
            {
                return ResourceManager.GetString("EVENT_PATTERN_REQUIRES_TWO_PARAMETERS", resourceCulture);
            }
        }

        /// <summary>
        ///   Looks up a localized string similar to Remove method should take 1 parameter..
        /// </summary>
        internal static string EVENT_REMOVE_METHOD_SHOULD_TAKE_ONE_PARAMETER
        {
            get
            {
                return ResourceManager.GetString("EVENT_REMOVE_METHOD_SHOULD_TAKE_ONE_PARAMETER", resourceCulture);
            }
        }

        /// <summary>
        ///   Looks up a localized string similar to The first parameter of the event delegate must be assignable to &apos;{0}&apos;..
        /// </summary>
        internal static string EVENT_SENDER_NOT_ASSIGNABLE
        {
            get
            {
                return ResourceManager.GetString("EVENT_SENDER_NOT_ASSIGNABLE", resourceCulture);
            }
        }

        /// <summary>
        ///   Looks up a localized string similar to Remove method of a WinRT event should take an EventRegistrationToken..
        /// </summary>
        internal static string EVENT_WINRT_REMOVE_METHOD_SHOULD_TAKE_ERT
        {
            get
            {
                return ResourceManager.GetString("EVENT_WINRT_REMOVE_METHOD_SHOULD_TAKE_ERT", resourceCulture);
            }
        }

        /// <summary>
        ///   Looks up a localized string similar to Sequence contains more than one element..
        /// </summary>
        internal static string MORE_THAN_ONE_ELEMENT
        {
            get
            {
                return ResourceManager.GetString("MORE_THAN_ONE_ELEMENT", resourceCulture);
            }
        }

        /// <summary>
        ///   Looks up a localized string similar to Sequence contains more than one matching element..
        /// </summary>
        internal static string MORE_THAN_ONE_MATCHING_ELEMENT
        {
            get
            {
                return ResourceManager.GetString("MORE_THAN_ONE_MATCHING_ELEMENT", resourceCulture);
            }
        }

        /// <summary>
        ///   Looks up a localized string similar to Sequence contains no elements..
        /// </summary>
        internal static string NO_ELEMENTS
        {
            get
            {
                return ResourceManager.GetString("NO_ELEMENTS", resourceCulture);
            }
        }

        /// <summary>
        ///   Looks up a localized string similar to Sequence contains no matching element..
        /// </summary>
        internal static string NO_MATCHING_ELEMENTS
        {
            get
            {
                return ResourceManager.GetString("NO_MATCHING_ELEMENTS", resourceCulture);
            }
        }

        /// <summary>
        ///   Looks up a localized string similar to {0} cannot be called when the scheduler is already running. Try using Sleep instead..
        /// </summary>
        internal static string CANT_ADVANCE_WHILE_RUNNING
        {
            get
            {
                return ResourceManager.GetString("CANT_ADVANCE_WHILE_RUNNING", resourceCulture);
            }
        }
    }
}