Inheritance HierarchySystemObject
ProtoBufExtensible
Namespace:
ProtoBuf
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic abstract class Extensible : IExtensible
The Extensible type exposes the following members.
Constructors
Methods
| Name | Description |
---|
  | AppendValue(TypeModel, IExtensible, Int32, DataFormat, Object) | |
  | AppendValueTValue(IExtensible, Int32, TValue) | |
  | AppendValueTValue(IExtensible, Int32, DataFormat, TValue) | |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
 | GetExtensionObject(Boolean) | |
  | GetExtensionObject(IExtension, Boolean) | |
 | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
 | GetType | Gets the Type of the current instance. (Inherited from Object.) |
  | GetValueTValue(IExtensible, Int32) | |
  | GetValueTValue(IExtensible, Int32, DataFormat) | |
  | GetValues(TypeModel, Type, IExtensible, Int32, DataFormat) | |
  | GetValuesTValue(IExtensible, Int32) | |
  | GetValuesTValue(IExtensible, Int32, DataFormat) | |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
  | TryGetValue(TypeModel, Type, IExtensible, Int32, DataFormat, Boolean, Object) | |
  | TryGetValueTValue(IExtensible, Int32, TValue) | |
  | TryGetValueTValue(IExtensible, Int32, DataFormat, TValue) | |
  | TryGetValueTValue(IExtensible, Int32, DataFormat, Boolean, TValue) | |
Top
See Also