Click or drag to resize

ExtensibleGetExtensionObject Method (IExtension, Boolean)

Namespace:  ProtoBuf
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public static IExtension GetExtensionObject(
	ref IExtension extensionObject,
	bool createIfMissing
)

Parameters

extensionObject
Type: ProtoBufIExtension
createIfMissing
Type: SystemBoolean

Return Value

Type: IExtension
See Also