1 #region Copyright notice and license 2 // Protocol Buffers - Google's data interchange format 3 // Copyright 2008 Google Inc. All rights reserved. 4 // 5 // Use of this source code is governed by a BSD-style 6 // license that can be found in the LICENSE file or at 7 // https://developers.google.com/open-source/licenses/bsd 8 #endregion 9 10 namespace Google.Protobuf.WellKnownTypes 11 { 12 public static partial class WrappersReflection 13 { 14 /// <summary> 15 /// Field number for the single "value" field in all wrapper types. 16 /// </summary> 17 internal const int WrapperValueFieldNumber = Int32Value.ValueFieldNumber; 18 } 19 } 20