Show / Hide Table of Contents

Enum Syntax

The syntax in which a protocol buffer element is defined.

Namespace: Google.Protobuf.WellKnownTypes
Assembly: Google.Protobuf.dll
Syntax
public enum Syntax

Fields

Name Description
Proto2

Syntax proto2.

Proto3

Syntax proto3.

Back to top