Interface IDescriptor
Namespace: Google.Protobuf.Reflection
Assembly: Google.Protobuf.dll
Syntax
public interface IDescriptor
Properties
File
Declaration
FileDescriptor File { get; }
Property Value
Type | Description |
---|---|
FileDescriptor |
FullName
Declaration
string FullName { get; }
Property Value
Type | Description |
---|---|
string |
Name
Declaration
string Name { get; }
Property Value
Type | Description |
---|---|
string |