Class FrameworkExtensions
Inheritance
System.Object
FrameworkExtensions
Namespace: ScriptableFramework.CustomEditors
Assembly: cs.temp.dll.dll
Syntax
public static class FrameworkExtensions
Methods
FirstLetterToUpperCase(String)
Declaration
public static string FirstLetterToUpperCase(this string s)
Parameters
| Type | Name | Description |
|---|---|---|
| System.String | s |
Returns
| Type | Description |
|---|---|
| System.String |
GetTypeTree(Type)
Declaration
public static IList<Type> GetTypeTree(this Type t)
Parameters
| Type | Name | Description |
|---|---|---|
| Type | t |
Returns
| Type | Description |
|---|---|
| IList<Type> |