Свойство | Тип | Описание | |
---|---|---|---|
KotlinKeyWords | HashSet |
Метод | Описание | |
---|---|---|
AppendPropertyAccessor ( this sb, string type, string fieldName, string settersReturnThis ) : System.Text.StringBuilderWrapper | ||
AppendPropertyAccessor ( this sb, string type, string fieldName, string accessorName, string settersReturnThis ) : System.Text.StringBuilderWrapper | ||
InheritedType ( this type ) : string | ||
IsKeyWord ( this name ) : bool | ||
PropertyStyle ( this name ) : string | ||
ToMetadataAttribute ( this route ) : MetadataAttribute |
public static AppendPropertyAccessor ( this sb, string type, string fieldName, string settersReturnThis ) : System.Text.StringBuilderWrapper | ||
sb | this | |
type | string | |
fieldName | string | |
settersReturnThis | string | |
Результат | System.Text.StringBuilderWrapper |
public static AppendPropertyAccessor ( this sb, string type, string fieldName, string accessorName, string settersReturnThis ) : System.Text.StringBuilderWrapper | ||
sb | this | |
type | string | |
fieldName | string | |
accessorName | string | |
settersReturnThis | string | |
Результат | System.Text.StringBuilderWrapper |
public static InheritedType ( this type ) : string | ||
type | this | |
Результат | string |
public static IsKeyWord ( this name ) : bool | ||
name | this | |
Результат | bool |
public static PropertyStyle ( this name ) : string | ||
name | this | |
Результат | string |
public static ToMetadataAttribute ( this route ) : MetadataAttribute | ||
route | this | |
Результат | MetadataAttribute |