C# 클래스 Tweet, hackjunction-multitaction-demo

상속: MonoBehaviour
파일 보기 프로젝트 열기: futurice/hackjunction-multitaction-demo 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Tweet ( ) : System
Tweet ( string link, string title, string author, string pubDate, string description ) : System

보호된 메소드들

메소드 설명
RemoveHTMLFromString ( string str ) : string

메소드 상세

RemoveHTMLFromString() 보호된 정적인 메소드

protected static RemoveHTMLFromString ( string str ) : string
str string
리턴 string

Tweet() 공개 메소드

public Tweet ( ) : System
리턴 System

Tweet() 공개 메소드

public Tweet ( string link, string title, string author, string pubDate, string description ) : System
link string
title string
author string
pubDate string
description string
리턴 System