- Assembly
- Db4objects
.Db4o-2010 .dll - Namespace
- Sharpen
.Lang - Base Types
-
- Object
- TypeReference
- Derived Types
graph BT
Type-->Base0["TypeReference"]
click Base0 "/db4o-gpl-doc/output/api/Sharpen.Lang/TypeReference"
Base0-->Base1["Object"]
Type["SimpleTypeReference"]
class Type type-node
Derived0["GenericTypeReference"]-->Type
click Derived0 "/db4o-gpl-doc/output/api/Sharpen.Lang/GenericTypeReference"
Syntax
public class SimpleTypeReference : TypeReference
Fields
Name | Constant Value | Summary |
---|---|---|
_assemblyName | ||
_simpleName |
Properties
Name | Value | Summary |
---|---|---|
AssemblyName | AssemblyName | |
SimpleName | string |
Methods
Name | Value | Summary |
---|---|---|
AppendTypeName |
void | |
Append |
void |
Inherited from TypeReference
|
Equals |
bool | |
FromString |
TypeReference |
Inherited from TypeReference
static
|
FromType |
TypeReference |
Inherited from TypeReference
static
|
GetUnversionedName |
string |
Inherited from TypeReference
|
Resolve |
Type | |
ToString |
string |
Inherited from TypeReference
|